You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, fair enough, I downgrade to python 3.8.11 and repeat, also does not work, it fails to build a wheel, even when I do:
pip install --force-reinstall setuptools==56.0.0
pip install --force-reinstall gtfspy --upgrade
So I randomly try setuptools versions, and I manage to install it with
python 3.10.9 & setuptools 54.1.3
...would appreciate some clarification on the installation steps :)
The text was updated successfully, but these errors were encountered:
I cannot install gtfspy on Ubuntu 22.04, python 3.11 and get the following error:
https://stackoverflow.com/questions/75085575/importerror-cannot-import-name-build-py-2to3-from-distutils-command-build-py
Ok, fair enough, I downgrade to python 3.8.11 and repeat, also does not work, it fails to build a wheel, even when I do:
pip install --force-reinstall setuptools==56.0.0
pip install --force-reinstall gtfspy --upgrade
So I randomly try setuptools versions, and I manage to install it with
python 3.10.9 & setuptools 54.1.3
...would appreciate some clarification on the installation steps :)
The text was updated successfully, but these errors were encountered: