python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is VS Code calling the wrong virtual environment as base?
I have some conda virtual environments in a server I SSH into in a daily basis. Logging in from the terminal and listing the environments gives me the following:
(base) [rgr6291@klc0201 ~]$ conda env ...

Raul Guarini Riva
Votes: 0
Answers: 1
How to use virtual environment installed on Ubuntu which is installed on Windows?
Recently, I've installed airflow on Windows 10 by installing it on Ubuntu from MS Store. And I can see Airflow web-server from a browser from Windows. However, now I want to create a DAG using Pychar...

Elya Fadeeva
Votes: 0
Answers: 1
Cannot find python kernels corresponding to Virtual environment on remote
I am visual studio code Version: 1.63.2 (Universal).
I am connected to a linux server where my code is located (jupyter notebook). When i open the notebook and select the python kernel, i can only fin...
Seena
Votes: 0
Answers: 3
importing module is not being resolved in env:venv environment
Im following a course about Django and making an API.
Im using visual code
I have set up an env:venv environment.
When i try to import rest_framework i get the message:
"Import "rest_framewo...
amonmcduul
Votes: 0
Answers: 0