Skip to content

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

Closed
cristianoiria opened this issue Jun 24, 2023 · 6 comments · Fixed by #109
Closed

pip install on python 3.10 on ubuntu has some problems #105

cristianoiria opened this issue Jun 24, 2023 · 6 comments · Fixed by #109

Comments

@cristianoiria
Copy link

When installing with pip on a new ubuntu server it has some problems and reverts back to version 1.0.4.

just FYI

@cristianoiria cristianoiria changed the title pip install on python 3.10 on ubuntu has some problem pip install on python 3.10 on ubuntu has some problems Jun 24, 2023
@DenverCoder1
Copy link
Owner

Do you have the latest version of pip? Have you tried updating it?

@cristianoiria
Copy link
Author

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.

@DenverCoder1
Copy link
Owner

DenverCoder1 commented Jun 25, 2023

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

@wpower12
Copy link

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.

@DenverCoder1
Copy link
Owner

What are the problems? Is there an error message? Any details?

@DenverCoder1
Copy link
Owner

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants