-
Notifications
You must be signed in to change notification settings - Fork 90
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
Setup Missing File #24
Comments
were you in the right directory when you issued the command? |
yes, the files were not there when I cloned the repo |
are they there for you now? |
Can you run |
I am having the same issue. Confirmed that I am in |
@gardnerapp - Don't know if this is your cause, but I misunderstood the location of the file trying to run. I changed the directory in the command to the directory where my local Ansible collections were stored (run Probably indicates that my $PATH isn't set up correctly. |
When I follow the ReadME in the Setup folder and run
pip3 install -r collections/ansible_collections/amazon/aws/requirements.txt
I get this error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'collections/ansible_collections/amazon/aws/requirements.txt'
Not sure what collections are missing or if I could find them anywhere else.
The text was updated successfully, but these errors were encountered: