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
I'm getting the following errors when trying to build using Python3.8
davidjackson@VirtualBox:/bashplotlib$ python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools'
davidjackson@VirtualBox:/bashplotlib$
The text was updated successfully, but these errors were encountered:
I'm getting the following errors when trying to build using Python3.8
davidjackson@VirtualBox:
/bashplotlib$ python3 setup.py install/bashplotlib$Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools'
davidjackson@VirtualBox:
The text was updated successfully, but these errors were encountered: