gtfspy icon indicating copy to clipboard operation
gtfspy copied to clipboard

Installation error

Open juka19 opened this issue 1 year ago • 0 comments

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 :)

juka19 avatar Nov 17 '23 15:11 juka19