aljanaki
Results
2
issues of
aljanaki
1. Create a virtual environment with Python 3.6.13 version using conda package manager: conda create --name musicnn_env python=3.6.13 2. Activate your new virtual environment: conda activate musicnn_env musicnn is not...
When trying to install muda on the newest python 3.12 the error occurs: ModuleNotFoundError: No module named 'imp' the imp module is deprecated in favour of importlib and slated for...