tutorialdb
tutorialdb copied to clipboard
Error with local setup
Describe the bug
When I tried to set up this application, I got errors related to psycopg2 when I executed the pip install -r requirements.txt
.
Expected behavior A smooth setup process is expected.
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 20.04.2 LTS
- Browser: Chrome
- Chrome Version 90.0.4430.93 (Official Build) (64-bit)
Additional context Referred related links: https://stackoverflow.com/questions/65821330/error-failed-building-wheel-for-psycopg2-ubuntu-20-04-python-3-8-5-venv but could not solve the issue.
One more doubt, I am new to virtualenv, so do I have to clone this repo inside the venv folder. But the next command is pip install -r requirements.txt
and requirements.txt would not be in /venv,
Ya.