Python Forum
Unable to install virtual environment on python 3.8.3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to install virtual environment on python 3.8.3
#1
Hi,
I tried installing a virtual environment on python 3.8.3 and I kept getting the error shown below:
"Error: could not find a version that satisfies the requirement virtual environment <from versions: none>
Error: No matching distribution found for virtualenv".
The same also happens whenever I try installing Django.
Please help.
Thanks.
Reply
#2
which command are you using to install the virtual environment?
you should use: python -m venv myvenvname

Then make sure you activate the environment before installing modules

something like: '. ./venv/bin/activate'
Reply
#3
Look at this post.
Reply
#4
(Jun-03-2020, 10:49 AM)Larz60+ Wrote: which command are you using to install the virtual environment?
you should use: python -m venv myvenvname

Then make sure you activate the environment before installing modules

something like: '. ./venv/bin/activate'
Reply
#5
Were you going to make a comment, or have a question?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with creating folder and "virtual environment" AudunNilsen 1 171 Mar-21-2024, 04:41 AM
Last Post: deanhystad
  Best practice on using virtual environments in Python bytecrunch 6 644 Feb-14-2024, 03:22 PM
Last Post: snippsat
  Virtual Env changing mysql connection string in python Fredesetes 0 324 Dec-20-2023, 04:06 PM
Last Post: Fredesetes
  Installing python packages in a virtual environment Led_Zeppelin 1 712 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Understanding venv; How do I ensure my python script uses the environment every time? Calab 1 2,158 May-10-2023, 02:13 PM
Last Post: Calab
  Python development environment standenman 3 1,523 May-04-2023, 07:24 PM
Last Post: snippsat
  Problem with virtual environment standenman 2 945 Feb-23-2023, 07:09 PM
Last Post: standenman
Question Virtual Environment (using VS Code) Ashcora 4 12,503 Feb-15-2023, 07:17 PM
Last Post: snippsat
  Python Scripting Environment jpotter0 1 1,619 Nov-19-2022, 03:07 PM
Last Post: snippsat
  How do I link the virtual environment of that project to the 3.9.2 version of python? Bryant11 1 1,332 Feb-26-2022, 11:15 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020