gleb812 / pch2csd

The Clavia Nord Modular G2 Patch Convertor Project
MIT License
139 stars 11 forks source link

Unable to build on Ubuntu: ERROR: For req: pch2csd==0.1.dev0. #28

Closed dlima67 closed 2 years ago

dlima67 commented 2 years ago

Hi, i'm unable to build the binary on ubuntu, any clue about this error

Successfully built pch2csd Installing collected packages: bitarray, tabulate, pch2csd WARNING: The script tabulate is installed in '/home/david/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. ERROR: For req: pch2csd==0.1.dev0. Invalid script entry point: <ExportEntry pch2csd = pch2csd:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.

ghost commented 2 years ago

Hey @dlima67,

Are you executing the command below? Which Python version do you have installed (you can check with python --version).

pip install -U git+https://github.com/gleb812/pch2csd.git
dlima67 commented 2 years ago

Hi @ech2 , yes i'm using this command line from the doc. python --version does not work, I have Python 3.10.4 (python3 --version). Do you think that I need to alias python3 to python ?

Thank you

ghost commented 2 years ago

@dlima67 no need for an alias, I was just clarifying as installing the package in Windows doesn't cause this error. I just modified setup.py, please try to install again. Also, consider using sudo for this, as it will (in theory) make pch2csd command available system-wise.

dlima67 commented 2 years ago

Thank you so much, now working ! Excellent.