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
  Python use of virtual environments bre67e49 4 703 Feb-19-2025, 04:01 AM
Last Post: Sece1967
  I cannot create a virtual environment on visual studio code using python Willem_Aucamp316 2 2,821 Nov-27-2024, 02:20 PM
Last Post: menator01
  How to enable Matplotlib within virtual environment? tetris_theMovie 1 1,054 Oct-11-2024, 09:56 AM
Last Post: christie2
  Need help setting up trusted root ca in virtual environment dstempfley 0 1,183 May-31-2024, 03:14 PM
Last Post: dstempfley
  Help with creating folder and "virtual environment" AudunNilsen 1 983 Mar-21-2024, 04:41 AM
Last Post: deanhystad
  Best practice on using virtual environments in Python bytecrunch 6 13,144 Feb-14-2024, 03:22 PM
Last Post: snippsat
  Virtual Env changing mysql connection string in python Fredesetes 0 952 Dec-20-2023, 04:06 PM
Last Post: Fredesetes
  Installing python packages in a virtual environment Led_Zeppelin 1 1,589 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 4,538 May-10-2023, 02:13 PM
Last Post: Calab
  Python development environment standenman 3 3,318 May-04-2023, 07:24 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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