-2

I setup my virtual env with pip install virtualenv

Then actiavte it with .\env\Scripts\activate

When i try to import numpy in my views.py i get this error

Error

If i switch to Python global the import works but i can't run the server

enter image description here

When i use pip install numpy after activating virtual env i get this error.

path...\env\Scripts\pip.exe" install numpy': The system cannot find the file specified.
TF Ryzen
  • 35
  • 5

1 Answers1

-1

Found solution: python -m pip install [module name]

TF Ryzen
  • 35
  • 5