Skip to content
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

No module named 'virtualenv.seed.via_app_data' #33

Closed
papercheck opened this issue Jan 24, 2022 · 4 comments
Closed

No module named 'virtualenv.seed.via_app_data' #33

papercheck opened this issue Jan 24, 2022 · 4 comments

Comments

@papercheck
Copy link

Attempting to install suez on Ubuntu Ubuntu 20.04.3 LTS, but when running poetry install, I am receiving: No module named 'virtualenv.seed.via_app_data'.

I am not sure what version of virtualenv is required, but mine is virtualenv 20.13.0

@prusnak
Copy link
Owner

prusnak commented Jan 24, 2022

duplicate of pypa/virtualenv#1873

broken virtualenv on ubuntu -> downgrade to virtualenv==20.0.23

@prusnak prusnak closed this as completed Jan 24, 2022
@papercheck
Copy link
Author

Thanks, I was going to close this issue as I ran across the answer, but just in case it isn't clear to other Ubuntu users.

# Remove apt installation of virtualenv
sudo apt remove virtualenv

# Install virtualenv with pip
pip install virtualenv

# test using --help, if this command generates an error, than the apt-get installation was not purged
virtualenv --help

Interestingly enough, virtualenv --version always works, so you have to test with virtualenv --help

@prusnak
Copy link
Owner

prusnak commented Jan 24, 2022

I really don't understand how can Ubuntu still ship broken virtualenv after 2 years in their LTS product. Ubuntu LTS is a joke.

@papercheck
Copy link
Author

I really don't understand how can Ubuntu still ship broken virtualenv after 2 years in their LTS product. Ubuntu LTS is a joke.

No clue, I use it because its "stable" haha

Thank you for your help!

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

No branches or pull requests

2 participants