Open LingweiZhang opened 3 years ago
I don't know if this helps but I was able to install all the modules in requirements.txt by first installing the following using,
conda install --file requirements.txt
with just the following in the requirements.txt.
h5py
shapely
tqdm
pyyaml
mayavi
rtree
scipy
matplotlib
Then I installed the remaining using pip install
except for PySide. I was able to install PySide2 though using pip install PySide2
.
I couldn't test the code since I have Cuda 11 preinstalled on my device and I have errors coming from TensorFlow :/
I am trying to run this package on my PC. However, I found there are some issues with the compatibility of dependent packages. Can anyone share me with the requirements.yml or requirements.txt by using
pip freeze > frozen-requirements.txt
orconda env export > requirements.yml
?Thanks!