Harvard-REACT / WSR-Toolbox-cpp

Core C++ code repo for WSR toolbox with Cython wrapper.
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Missing import modules #34

Open alexsloot00 opened 1 year ago

alexsloot00 commented 1 year ago

The following python packages are not installed when installing the toolbox (some are in requirements.txt but are commented out), however are needed for visualization:

Installing some of these above gave me errors with the python module setuptools which is installed using requirements.txt, these problems may be solved running

pip3 install --upgrade setuptools
python3 -m pip install --upgrade pip