python-versioneer

Numpy tests cannot parse version

Numpy tests cannot parse version Question: After forking the Numpy repository and setting up the dev container for it, I attempted to run python runtests.py -v but it returns the following error Building, see build.log… Traceback (most recent call last): File "/workspaces/numpy/setup.py", line 47, in <module> raise RuntimeError(f’Cannot parse version {FULLVERSION}’) RuntimeError: Cannot parse version …

Total answers: 3

how to downgrade python3.8.10 to 3.5.6 on ubuntu via the terminal?

how to downgrade python3.8.10 to 3.5.6 on ubuntu via the terminal? Question: In order to install older version of keras, tensorflow 1.10.0 is needed. That should solve compatibility issues with an algorithm I am trying to run. TO be able to install these older versions of tensorflow and keras and older version of python is …

Total answers: 1