I have been stuck on this one problem for hours now and believe I have tried everything outside of throwing my computer out of the window.
I have a virtual environment s
I ran this script. Now python3 is running from virtual env. [Windows 10]
pip3 install virtualenv virtualenv env call ".\env\Scripts\activate.bat" set requirements="./Requirements.txt" pip3 install -r %requirements% python