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$
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: