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

Python 3.10.12 venv install failure in Ubuntu 22.04 #68580

Closed
rrozario1968 opened this issue Feb 5, 2024 · 6 comments
Closed

Python 3.10.12 venv install failure in Ubuntu 22.04 #68580

rrozario1968 opened this issue Feb 5, 2024 · 6 comments

Comments

@rrozario1968
Copy link

Python_venv_Install_failure

Copy link

github-actions bot commented Feb 5, 2024

Hi @rrozario1968! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@JPHutchins
Copy link
Contributor

Hi @rrozario1968, I believe that venv is already installed in all recent distributions of python. Please proceed with the command to create a venv:

python3 -m venv .venv

Note here that I named the venv .venv.

If that is working for you then please close this ticket.

Cheers,
JP

@kartben
Copy link
Collaborator

kartben commented Feb 6, 2024

What install instructions are you following? I would recommend you follow the getting started instructions to the letter, in this case it would have you install python3-venv, which I think should get you past the error your having by trying to force a specific version.

@henrikbrixandersen henrikbrixandersen changed the title Phython 3.10.12 venv install failure in Ubuntu 22.04 Python 3.10.12 venv install failure in Ubuntu 22.04 Feb 6, 2024
@henrikbrixandersen
Copy link
Member

What install instructions are you following? I would recommend you follow the getting started instructions to the letter, in this case it would have you install python3-venv, which I think should get you past the error your having by trying to force a specific version.

I can confirm that following the getting started instructions and using sudo apt-get install python3-venv succeeds on Ubuntu 22.04.

@rrozario1968 Please reopen this issue with further details if this does not work for you.

@henrikbrixandersen henrikbrixandersen closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2024
@rrozario1968
Copy link
Author

rrozario1968 commented Feb 6, 2024 via email

@kartben
Copy link
Collaborator

kartben commented Feb 6, 2024

As mentioned, please share more details (and actual text, not screenshots, please) if you want help. It is virtually impossible to troubleshoot your problem if all we know is that "[you] tried it in different ways but it would not install". 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

No branches or pull requests

4 participants