Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"no such file or directory" #122

Closed
Brian3000 opened this issue Jul 31, 2018 · 3 comments
Closed

"no such file or directory" #122

Brian3000 opened this issue Jul 31, 2018 · 3 comments

Comments

@Brian3000
Copy link

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.

@WillAyd
Copy link
Contributor

WillAyd commented Aug 8, 2018

Perhaps I'm overlooking it but I don't see a requirements.txt file anywhere in the source - what installation instructions are you following exactly?

FWIW I just put in a PR to simplify the install instructions in #110 which may be easier to follow

@Brian3000
Copy link
Author

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?

@WillAyd
Copy link
Contributor

WillAyd commented Aug 14, 2018

I'm not entirely sure I follow your issue but generally you need outbound access to PyPi to install packages via pip and/or pipenv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants