Skip to content

Add recommendation to build without isolation to enable numpy.#581

Merged
bsteffensmeier merged 1 commit into
dev_4.2from
no-isolation-from-numpy
Dec 15, 2024
Merged

Add recommendation to build without isolation to enable numpy.#581
bsteffensmeier merged 1 commit into
dev_4.2from
no-isolation-from-numpy

Conversation

@bsteffensmeier

Copy link
Copy Markdown
Member

When building with Python 3.12 and 3.13 I am unable to build with numpy support using pip install --no-cache-dir jep. This was reported in #580. It seems pip is building in an isolated environment without numpy, even if numpy is installed which prevents setup.py from detecting numpy. I have been able to build with numpy support on all versions of Python using the --no-build-isolation so I am including that option in the command we recommend for installing jep.

@bsteffensmeier bsteffensmeier merged commit e1b99ad into dev_4.2 Dec 15, 2024
@bsteffensmeier bsteffensmeier deleted the no-isolation-from-numpy branch December 17, 2024 02:05
@bsteffensmeier bsteffensmeier restored the no-isolation-from-numpy branch December 17, 2024 02:05
@bsteffensmeier bsteffensmeier deleted the no-isolation-from-numpy branch December 17, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants