Hi, when trying to pip-install the following modules, as indicated here, errors are raised.
multiprocessing
argparse
shutil
os
sys
subprocess
glob
re
However it appears that they are included in standard Python 3, so it should be not necessary to explicitly install it with PyPi.
In the end the only modules to be installed should be:
numpy
h5py
scipy
matplotlib
networkx
mplstereonet
fpdf
Correct?
Hi, when trying to pip-install the following modules, as indicated here, errors are raised.
multiprocessing
argparse
shutil
os
sys
subprocess
glob
re
However it appears that they are included in standard Python 3, so it should be not necessary to explicitly install it with PyPi.
In the end the only modules to be installed should be:
numpy
h5py
scipy
matplotlib
networkx
mplstereonet
fpdf
Correct?