Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

bsteffensmeier
Copy link
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
2 checks passed
@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