-
-
Notifications
You must be signed in to change notification settings - Fork 13
pip install on python 3.10 on ubuntu has some problems #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 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.
|
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! |
When installing with pip on a new ubuntu server it has some problems and reverts back to version 1.0.4.
just FYI
The text was updated successfully, but these errors were encountered: