-
Notifications
You must be signed in to change notification settings - Fork 20
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
Failing to Add boto3 to the requirements.txt #2087
Comments
@Chrystinne are you having trouble creating a local environment with
You might also get an error with psycopg2. If so, this is what fixes it for me:
|
@briangow Thanks for your reply, Brian! I had a similar issue with uWSGI and psycopg2 in the past, but I was able to resolve it. So adding boto3 to my local environment recently wasn't a problem, and my code works properly. However, when I created the PR, the tests failed because I hadn't added boto3 to the requirements.txt using Poetry. I'm encountering an error when attempting to do so. |
@briangow Do you believe that running these commands can resolve the issue? If not, maybe someone who isn't encountering any problems could attempt to update the requirements.txt to include 'boto3==1.28.33'? |
@Chrystinne Are you seeing the error on your local machine or on the github testing server? |
This is also what I am trying to understand. |
@tompollard I was seeing the error only on the Github testing server |
Great, thanks @Chrystinne, I think this issue is resolved then. New error at #2086, but unrelated! |
@tompollard Exactly! The problem now is that those tests aren't able to find the AWS credentials. |
I am encountering issues when attempting to add boto3 to the requirements.txt file.
poetry add 'boto3==1.28.33'
The error message is as follows:
*** error linking uWSGI ***
Note: This error originates from the build backend, and is likely not a problem with poetry but with uwsgi (2.0.22) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "uwsgi (==2.0.22)"'.
Any ideas on how to solve this, @bemoody?
The text was updated successfully, but these errors were encountered: