NVlabs / 6dof-graspnet

Implementation of 6-DoF GraspNet with tensorflow and python. This repo has been tested with python 2.7 and tensorflow 1.12.
MIT License
212 stars 56 forks source link

Anaconda/pip package compatability issues #20

Open LingweiZhang opened 3 years ago

LingweiZhang commented 3 years ago

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