As in the title, when running the appserver I get a DistributionNotFound exception for google-cloud-storage
:
File "/home/[me]/Desktop/apollo/lib/pkg_resources/init.py", line 867, in resolve raise DistributionNotFound(req, requirers) DistributionNotFound: The 'google-cloud-storage' distribution was not found and is required by the application
Running pip show google-cloud-storage
finds it just fine, in the site packages dir of my venv. Everything seems to be in order with python -c "import sys; print('\n'.join(sys.path))"
too; the cloud SDK dir is in there too, if that matters.
Not sure what to do next.