Python Forum
[PyCharm] Working with virtual environment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyCharm] Working with virtual environment
#1
I want test spaCy: https://spacy.io/
I do:
pip install spacy
python -m spacy download en_core_web_sm
but in PyCharm I don't see module spacy. Fortunately I can install this module with PyCharm.
PyCharm uses venv.
But how download en_core_web_sm ?
For each project must be installed spacy and dependencies? How make spacy and dependencies sharable among projects? Is possible don't use venv in PyCharm or better is use venv but how in similar projects use the same dependencies?
Reply
#2
Problems were because I have Mint 20 with Python 3.8 and old PyCharm installed via Software Center with Python 3.7.
Now I install PyCharm by tar.gz and is OK (is Python 3.8)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Venv - Python Virtual Environment on Raspberry Pi DanneA 4 1,870 Jul-02-2025, 05:41 PM
Last Post: Larz60+
  Start Idle in a virtual environment Pedroski55 8 4,352 Jun-02-2025, 05:53 AM
Last Post: Pedroski55
  I cannot create a virtual environment on visual studio code using python Willem_Aucamp316 2 13,074 Nov-27-2024, 02:20 PM
Last Post: menator01
  How to enable Matplotlib within virtual environment? tetris_theMovie 1 2,064 Oct-11-2024, 09:56 AM
Last Post: christie2
  Need help setting up trusted root ca in virtual environment dstempfley 0 1,935 May-31-2024, 03:14 PM
Last Post: dstempfley
  Help with creating folder and "virtual environment" AudunNilsen 1 1,633 Mar-21-2024, 04:41 AM
Last Post: deanhystad
  Installing python packages in a virtual environment Led_Zeppelin 1 2,467 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Problem with virtual environment standenman 2 3,764 Feb-23-2023, 07:09 PM
Last Post: standenman
Question Virtual Environment (using VS Code) Ashcora 4 114,778 Feb-15-2023, 07:17 PM
Last Post: snippsat
  How do I link the virtual environment of that project to the 3.9.2 version of python? Bryant11 1 2,991 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