You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh install of python 3.7.9, I ran pip install -r requirements.txt and currently this only installs the bpy package. I needed to install the following additional packages to get Encoder.py to run: pip install commentjson tqdm audioread
Ideally these would be added to requirements.txt as well.
The text was updated successfully, but these errors were encountered:
On a fresh install of python 3.7.9, I ran
pip install -r requirements.txt
and currently this only installs thebpy
package. I needed to install the following additional packages to get Encoder.py to run:pip install commentjson tqdm audioread
Ideally these would be added to requirements.txt as well.
The text was updated successfully, but these errors were encountered: