i am trying to run tox commands but it shows error
ValueError: Unable to find resource t64.exe in package pip._vendor.distlib
ERROR: python3.7: could not install deps [-rrequirements.txt];
v = InvocationError("'C:\\path\\test_tox\\.tox\\python3.7\\Scripts
\\python.EXE' -m pip install -rrequirements.txt", 2)
have tried most of the solution available in internet, but nothing seems to be working. i am not sure what is the root cause of this
requirements.txt
:
dvc
dvc[gdrive]
sklearn
pandas
pytest
tox
Uninstall SetupTools:
python -m pip uninstall pip setuptools
Upgrade PIP:
python -m pip install --upgrade pip
Reinstall Setuptools:
pip install --upgrade setuptools
Below command works for me, thanks to Colonel Panic:
python -m pip uninstall pip setuptools
python -m ensurepip
python -m pip install --upgrade pip
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With