VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
456 stars 216 forks source link

Revert "Pip fix" #3104

Closed schandrika closed 1 year ago

schandrika commented 1 year ago

Reverts VOLTTRON/volttron#3094

This doesn't work with python 3.10 because inside the virtual environment created by bootstrap.py the default pip version is the older 22.0.2 and when install is done within this virtual environment pip commands fail with no such option "--config-settings"

craig8 commented 1 year ago

Modular does not support python3.10 anyways only 3.8 on 20.04

craig8 commented 1 year ago

Modular is written against 20.04 python 3.8 not python 3.10

schandrika commented 1 year ago

Modular is written against 20.04 python 3.8 not python 3.10

It fails for me on Ubuntu 20.04 and python 3.8 as well