Closed AyushSehrawat closed 2 years ago
thanks for the report, i think i can fix this in a day or 2
thanks for the report, i think i can fix this in a day or 2
Thank you @jerry-skydio ! I look forward to it :)....
fixed in 0.1.4 https://github.com/Skydio/revup/releases/tag/v0.1.4
Describe the bug When trying to run the cli on windows ( windows 11 ), it throws the following bug
Note : This is without activating the venv but the same issue is seen after activation too
After some researching on google i cam across https://stackoverflow.com/questions/73193119/python-filenotfounderror-winerror-2-the-system-cannot-find-the-file-specifie , but this solution also seemed to fail ( it told to make
shell=True
in subprocess.py file)If i apply the above stackoverflow solution,
revup -h
seems to work but the same error comes onrevup upload
.I am using: os : windows 11 python : virtual environment ( python -m venv env )
revup version : 0.1.3 ( https://pypi.org/project/revup/ )
Expected behavior The CLI should work
To Reproduce 1.) windows os 2) Create a virtual env and activate it 3.) Try installing revup and running there
Logs Mentioned in the bug