hubcommander icon indicating copy to clipboard operation
hubcommander copied to clipboard

`basic_install.sh`: `pyvenv` was removed from Python3.8

Open OrRosenblatt opened this issue 3 years ago • 1 comments

pyvenv was removed from Python3.8, but the basic_install.sh script is still relying on this library. Can probably be replaced with python3 -m venv for newer Python versions.

OrRosenblatt avatar Nov 14 '22 23:11 OrRosenblatt

I have addressed the issue in my pull request: pyvenv depricated in 3.8+, updated to python3 -m venv

rilozos avatar Feb 13 '24 06:02 rilozos