[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda
Mark Dickinson
report at bugs.python.org
Wed Sep 4 10:09:14 EDT 2019
Mark Dickinson <dickinsm at gmail.com> added the comment:
There are known Cython-related issues with the latest NumPy *release* and Python 3.8, due to a signature change in PyCode_New. But those issues are already fixed in NumPy master. `pip install numpy` fails for me in a Python 3.8b4 venv, but `pip install git+https://github.com/numpy/numpy.git` works.
But none of this indicates a bug in core Python, as far as I know.
----------
nosy: +mark.dickinson
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38027>
_______________________________________
More information about the Python-bugs-list
mailing list