NaomiProject / Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://projectnaomi.com/
MIT License
242 stars 47 forks source link

python3-virtualenvwrapper does not include virtualenvwrapper.sh #415

Open aaronchantrill opened 1 week ago

aaronchantrill commented 1 week ago

Description

I just installed Naomi on Armbian Bookworm and the installation failed saying that virtualenvwrapper.sh did not exist. I installed apt-file and searched for the virtualenvwrapper.sh file, and it said it was available in the virtualenvwrapper package. I installed virtualenvwrapper and the install completed. I'm not sure if this is just an Armbian issue or for all new bookworm installs. I'm not sure what is included in the python3-virtualenvwrapper package either. Finally, I wonder if it might be time to drop virtualenvwrapper and just use virtualenv, since it is so much more common these days. I thought virtualenvwrapper would be easier for users to understand, but at this point it seems to just cause issues.

Expected Behavior

Installing the python3-virtualenvwrapper package should install the python3 virtualenvwrapper library.

Actual Behavior

Only some of the files seem to be installed by installing the python3-virtualenvwrapper apt package.

Your Environment