Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
89 views

I have been using Visual Studio Code to run Python for a few months, but recently when I select Run Python File or Run Python File in Dedicated Terminal, a new instance of PowerShell opens in the ...
Patrick Reid's user avatar
1 vote
2 answers
67 views

I would like to make a simple python script, that will create a virtual environment, then activate that environment, install pip modules from a req.txt file in the same shell that I just activated ...
gigs's user avatar
  • 123
0 votes
2 answers
90 views

I am working on this weekend project, to learn Django and I am stuck. Before adding the REST framework (one to last commit in the repo), everything was working just alright. Once I added the ...
Fi Li Ppo's user avatar
  • 320
0 votes
2 answers
43 views

I am trying to use a .bat file that would automatically open the console, and change into a certain conda venv in WSL / Ubuntu. The following .bat file does open Ubuntu / wsl, but it stays in (base) ...
tmighty's user avatar
  • 11.5k
1 vote
0 answers
74 views

I initially worked on this project on Windows using a venv with the following dependencies: langchain langchain-community langchain-google-genai python-dotenv google-genai pypdf pinecone langchain-...
GOURAB MONDAL's user avatar
-1 votes
2 answers
297 views

I have this app in PyCharm (see screenshot). It won't run because of: ImportError: cannot import name 'GoogleSearch' from 'serpapi' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/...
IgorGanapolsky's user avatar
4 votes
1 answer
367 views

I work in WSL Ubuntu. After instalation python3.13 dependencies from my previous projects stopped working. Venv with python 3.12 stopped activate in vscode interface. ErrorMessage: An Invalid Python ...
Лев Базинов's user avatar
2 votes
0 answers
233 views

I'm developing a django app and want to utilize manage.py to import data from a xlsx file. I use a conda environment based on python 3.12.9. When I run the command from a terminal with activated venv: ...
Hirschdude's user avatar
0 votes
1 answer
90 views

If I have a venv path, how can I find out if a Python module is installed inside that venv? I normally use importlib.util.find_spec. But this only works for the current venv that is active and does ...
ArianNa's user avatar
  • 53
0 votes
0 answers
127 views

I am trying to run Jupyter notebook in VSCode, but I cannot load the virtual environment kernel. In fact, I don't see any kernels. When I try to select a Python Environment kernel, doesn't show any ...
Nadezhda's user avatar
0 votes
0 answers
25 views

I wish to use jupyter lab for my projects. I have python 3.11 installed via anaconda. 
 When I create a virtual environment, jupyter lab is not installed. How can I avoid many double installations of ...
ankylosHryax's user avatar
1 vote
1 answer
36 views

This is a strange issue. I maintain the pi3d python module and it contains this file github.com/tipam/pi3d/blob/master/src/pi3d/util/icons/pointer.png When I clone the repo locally it has the .png ...
paddyg's user avatar
  • 2,297