pygate / pygate-gRPC

A Python gRPC Powergate client
http://pygate.tech
MIT License
22 stars 5 forks source link

Pipenv doesn't work with Python 3.7 #53

Open peterVG opened 3 years ago

peterVG commented 3 years ago

Currently our Pygate pipenv virtual environment for the development setup uses Python 3.7.3. However, this creates a "Runtime error: location not created nor specified" error.

See https://stackoverflow.com/questions/60926079/pipenv-install-runtimeerror-location-not-created-nor-specified

Screen Shot 2020-11-21 at 12 06 03 PM