You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we were able to install Python on a server but then during the pip install -r requirements.txt step we got hit with a “could not open requirements.txt Error No 2 no such file or directory” which stumped us.
The text was updated successfully, but these errors were encountered:
After following your instructions, we got stuck at another spot...
Does the machine where TabPy is being installed need access to the index URL and the trusted host URL mentioned on the pip config file?
For example -
index-url=https://xxxxxx
trusted-host=xxxxx
The install is not working and both the index and trusted host URLs can't be reached from the machine we are trying to install on...is this the cause?
we were able to install Python on a server but then during the pip install -r requirements.txt step we got hit with a “could not open requirements.txt Error No 2 no such file or directory” which stumped us.
The text was updated successfully, but these errors were encountered: