python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python select interpreter not found VS Code
I started using venvs on Visual Studio Code, and when I am trying to use pandas, by import pandas
it gives me this error
"Import "pandas" could not be resolved from source"
So I ...
Ulises Albanés
Votes: 0
Answers: 3
Python Virtual Enviroment is not using its pip after activation
I have encountered problem when after I activate my venv its still not using its pip or python.
venv\Scripts\activate.bat
pip -V
pip 22.0.4 from 'default python path'
Any idea how to solve this not w...

Jakub Zilinek
Votes: 0
Answers: 1
Python3 creating venv hangs - MacOS Monterey
Up until this morning I was able to create virtual environment using the following command:
python3 -m venv venv
No issues at all, it was fairly quick. Nothing has changed on the system since ( I be...
future
Votes: 0
Answers: 1
Cannot find activate file in Python venv in Linux
I am trying to install venv but getting this error:
name@malikov:~/Desktop/informtech$ python3 -m venv venv
Error: Command '['/home/name/Desktop/informtech/venv/bin/python3', '-Im', 'ensurepip', '--u...

Abdusamad
Votes: 0
Answers: 1