VOLTTRON / volttron

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

New versions of pip no longer support --install-option. #3159

Open rlutes opened 6 months ago

rlutes commented 6 months ago

Describe the bug The --install-option flag was removed in pip 23.1 via #11858

To Reproduce Clone repository and run python bootstrap.py with new pip (23.1+).

Expected behavior bootstrap process succeeds.

Additional context Changing line 126 in bootstrap.py by modifying --install-option to --config-settings fixes issue.