[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ned Deily
Ned Deily added the comment: The traceback you provide in the first message: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/wheel.py", line 324, in move_wheel_files scheme = distutils_scheme( File

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ana
Ana added the comment: Well I have been looking through the interim commands running by the terminal. As far as I can see that’s not Numpy/scipy or whatever. These are the setup tools, wheel and Cython. I may be wrong, but I guess these are pretty universal and are required by many

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ned Deily
Ned Deily added the comment: NumPy has a very complex build and install process including supplying its own modified version of Distutils. You should take up any build and install issues first with the NumPy project and then, if you both agree that there appears to be a problem in Python

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Steve Dower
Change by Steve Dower : -- nosy: +Marcus.Smith, dstufft, ncoghlan, paul.moore, pradyunsg ___ Python tracker ___ ___

[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ana
New submission from Ana : After all, I am trying to install the dev version of Numpy and the other libs. Unfortunately, I am still unable to install them. I have some assertion errors: ERROR: Exception: Traceback (most recent call last): File