-
Notifications
You must be signed in to change notification settings - Fork 34
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
Installing Python Libraries #228
Comments
Bug to be fixed by installing of python libraries |
The steps for local installation are in |
Hello, @KafayatYusuf, @spwoodcock, I want to work on this issue can you assign me, please? |
Most dependencies should install easily with pip. Psycopg2 is slightly more complex as it requires underlying system libraries to be installed too. There is good documentation about this https://www.psycopg.org/docs/install.html#build-prerequisites Is there anything else specifically that you feel needs to be addressed? Including in an install guide might be possible - feel free to work on this & Kshitij can review / decide on if the package needs it 👍 |
Hello, @spwoodcock , @kshitijrajsharma if I add the psycopg2 in the requirement.txt file would it solve this issue? where should I add the Documentation |
Psycopg2 is in requirements.txt . As sam mentioned in order to install psycopg2 using pip it requires to build binary first , We can simply mention this in documentation and redirect user to installation doc that psycopg2 has . |
Thank you for your Response @kshitijrajsharma I created the PR based on your and Sam's instruction can you Review it please Issue 228 |
Hello @kshitijrajsharma can you please review my PR so that I can proceed to another issue |
Describe the bug
No guide about installation of python libraries such as fastapi , psycopg2, slowapi, humanize, psutil etc in the local IDE
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Additional context
Without running pip install psycopg2 in the terminal IDE, it shows error every now and then
The text was updated successfully, but these errors were encountered: