Pythagora-io / gpt-pilot

The first real AI developer
Other
30.18k stars 3.01k forks source link

Django app not able to access virtual environment [Bug]: #980

Open KermaniMojtaba opened 4 months ago

KermaniMojtaba commented 4 months ago

Version

VisualStudio Code extension

Operating System

MacOS

What happened?

I'm creating a full stack Django app. I've created an environment using pienv. When I activate the environment and run pythagora, it cannot access the env. So it installs an app, i.e. Django and when it tries to debug the code, it gives ''Django cannot be found" error. Same for all other packages. Reinstalling the package (the not found one) also won't help