Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda/pip package compatability issues #20

Open
LingweiZhang opened this issue Apr 24, 2021 · 1 comment
Open

Anaconda/pip package compatability issues #20

LingweiZhang opened this issue Apr 24, 2021 · 1 comment

Comments

@LingweiZhang
Copy link

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
or
conda env export > requirements.yml
?

Thanks!

@samhita-m
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants