Bhupesh-V / tutorialdb

A search 🔎 engine for programming/dev tutorials,
MIT License
121 stars 60 forks source link

Error with local setup #104

Open siddhanth339 opened 3 years ago

siddhanth339 commented 3 years ago

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 Screenshot from 2021-05-18 23-23-37 Screenshot from 2021-05-18 23-23-45 Screenshot from 2021-05-18 23-23-51 Screenshot from 2021-05-18 23-24-06

Desktop (please complete the following information):

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.

siddhanth339 commented 3 years ago

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,

i-m-alok commented 1 year ago

Ya.