pip install on python 3.10 on ubuntu has some problems
cristianoiria opened this issue · 6 comments
When installing with pip on a new ubuntu server it has some problems and reverts back to version 1.0.4.
just FYI
Do you have the latest version of pip? Have you tried updating it?
Fresh install ubuntu server 22, fresh install python 3.10, fresh install pip. Also tried to install python3-pip package and also install pip through python3 itself. Same outcome.
Have you tried running python -m pip install --upgrade pip? Everything still works fine for me so something you're using must be old / no longer supported.
I checked the differences between 1.0.4 and main and I think this commit might help:
main...name-and-version-in-setup
https://github.com/DenverCoder1/table2ascii/pull/109/files
If you can test this command and let me know if it works, that would be helpful.
pip install git+https://github.com/DenverCoder1/table2ascii@name-and-version-in-setup#egg=table2ascii
Hi! I had this exact issue, and the command you provided ALMOST fixes it. The install goes through, but then you also need to manually install wcwidth.
What are the problems? Is there an error message? Any details?
@cristianoiria @wpower12 Hi, I published a release 1.1.2 that should fix the issue, but I haven't been able to test it since I couldn't reproduce the issue. Could you see if it is resolved with that version? Thanks!