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

Can't be fixed currently: Numba isn't compatible with python 3.9 (now compatible with 3.8) #5

Open
jaclark5 opened this issue Dec 3, 2019 · 1 comment

Comments

@jaclark5
Copy link
Owner

jaclark5 commented Dec 3, 2019

At least on a make, Numba cannot be installed for python 3.8. Everything works for python up to version 3.7.5.

I similar issue has been discussed and solved on the numba page, but not implemented in the version available to conda. numba/numba#4071

When installing with numpy setuptools:
ld: in /anaconda3/envs/desp-update/lib/python3.8/site-packages/numpy/core/lib/libnpymath.a(npy_math.o), could not parse object file /anaconda3/envs/desp-update/lib/python3.8/site-packages/numpy/core/lib/libnpymath.a(npy_math.o): 'Unknown attribute kind (62) (Producer: 'LLVM9.0.0' Reader: 'LLVM APPLE_1_1001.0.46.4_0')', using libLTO version 'LLVM version 10.0.1, (clang-1001.0.46.4)' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

When installing with conda, the following inconsistencies when installing numba are identified.
Package ca-certificates conflicts for:
python=3.8 -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates
numba -> setuptools -> ca-certificates
Package pip conflicts for:
python=3.8 -> pip
numba -> python[version='>=3.7,<3.8.0a0'] -> pip
Package wheel conflicts for:
python=3.8 -> pip -> wheel
numba -> python[version='>=3.7,<3.8.0a0'] -> pip -> wheel
Package setuptools conflicts for:
numba -> setuptools
python=3.8 -> pip -> setuptools
Package certifi conflicts for:
python=3.8 -> pip -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']

@jaclark5 jaclark5 changed the title Can't be fixed currently: Numba isn't compatible with python 3.8 Can't be fixed currently: Numba isn't compatible with python ~~3.8~~ 3.9 Mar 4, 2021
@jaclark5 jaclark5 changed the title Can't be fixed currently: Numba isn't compatible with python ~~3.8~~ 3.9 Can't be fixed currently: Numba isn't compatible with python <s>3.8</s> 3.9 Mar 4, 2021
@jaclark5 jaclark5 changed the title Can't be fixed currently: Numba isn't compatible with python <s>3.8</s> 3.9 Can't be fixed currently: Numba isn't compatible with python 3.9 (now compatible with 3.8) Mar 4, 2021
@jaclark5
Copy link
Owner Author

jaclark5 commented Mar 4, 2021

Issues between python 3.8 and numba have been resolved, and so python 3.8 is now supported.

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

No branches or pull requests

1 participant