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
psycopg2-binary == 2.8.6 is throwing an error - "The license_file parameter is deprecated, use license_files instead." , when installing requirements
To Reproduce
Steps to reproduce the behavior:
Clone repository
create virtaul env and install requirements: pip install -r requirement
See error
Expected behavior
It should install requirements without any error.
Screenshots
Desktop (please complete the following information):
OS: Mac
Additional context
This is issue with the library psycopg2-binary, which has been update 2 months before. To solve the issue we just need to make,
psycopg2-binary == 2.9.6
The text was updated successfully, but these errors were encountered:
Thank you and congrats 🎉 for opening your very first issue in this project.
AnitaB.org Open Source is an inclusive community, committed to creating a safe and positive environment 🌸 Please follow our Code Of Conduct 🙌
You can learn more about the community on our website and documentation repository.
You may submit a PR on the same if you like!
Please follow our Commit Message Style Guide and Coding Standards while sending PRs.
If you want to report a bug 🐞, please follow our bug_report.md template. Please make sure you include steps to reproduce it and be patient we will get back to you as soon as we can 👀
Also, feel free to join us on AnitaB.org Open Source Zulip Community 🤝 We have different streams for each active repository for discussions.👩🏻💻🧑🏻💻
For mentorship-backend, join #mentorship-system stream! Hope you have a great time here :)
Describe the bug
psycopg2-binary == 2.8.6 is throwing an error - "The license_file parameter is deprecated, use license_files instead." , when installing requirements
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should install requirements without any error.
Screenshots
Desktop (please complete the following information):
Additional context
This is issue with the library psycopg2-binary, which has been update 2 months before. To solve the issue we just need to make,
psycopg2-binary == 2.9.6
The text was updated successfully, but these errors were encountered: