gelsightinc / gsrobotics

GelSight SDK for robotic sensors
GNU General Public License v3.0
80 stars 24 forks source link

version conflict of requirement #4

Closed CarlDegio closed 1 year ago

CarlDegio commented 1 year ago

when I use pip to install this package, throw error about requirement version. Such as: scipy==1.8 need numpy >=1.18 xxx need setuptools>=50 I didn't log these error as file so this may be not very accurate. Consider to change some version requirements. Besides, open3d and torch are complicated packages which relies on many other packages and has complex version relation. Providing a conda install could solve version question better. I try to install every required package on conda but fail with reading .so file.

CarlDegio commented 1 year ago

some install_requires in setup.py should be or changed.