I can't build with dependencies with pip. Is there something wrong with my set up?

Asked 2 years ago

Hi, so I'm having a problem with installing my project (specifically the dependencies). So, I'm running my pip install command (as usual), but I get an error message saying that the setup has failed. Any solutions?

Keenan Simon

Monday, October 24, 2022

There are multiple reasons why pip might not build dependencies, but the problem is probably due to the version installed on your PC. I'd highly recommend updating Python to a newer version, or using pip3. Also, make sure to set up the environment variable (PATH) for Python. If all else fails, consider building a virtual environment and using it for dependencies.





Write an answer...

Cancel

Please follow our  Community Guidelines

Can't find what you're looking for?