ImportError: No module named 'setuptools' in wsl

Viewed 17

I am using wsl and Debian distribution; when I'm trying to install pybrain through setup.py getting an error; ImportError: No module named 'setuptools.'I have already installed setuptools into my system still getting the same error.

I have used the following commands.

sudo python3 setup.py install
sudo apt-get install python3-setuptools

enter image description here

0 Answers
Related