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

basic_install.sh: pyvenv was removed from Python3.8 #111

Open
OrRosenblatt opened this issue Nov 14, 2022 · 1 comment
Open

basic_install.sh: pyvenv was removed from Python3.8 #111

OrRosenblatt opened this issue Nov 14, 2022 · 1 comment

Comments

@OrRosenblatt
Copy link

OrRosenblatt commented Nov 14, 2022

pyvenv was removed from Python3.8, but the basic_install.sh script is still relying on this library. Can probably be replaced with python3 -m venv for newer Python versions.

@rilozos
Copy link

rilozos commented Feb 13, 2024

I have addressed the issue in my pull request: pyvenv depricated in 3.8+, updated to python3 -m venv

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