BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
312 stars 149 forks source link

gqcnn 0.1.0 requires tensorflow>=1.0, which is not installed. #54

Closed huikul closed 5 years ago

huikul commented 5 years ago

Hi, I tried to install the "perception" module and it always claimed that "gqcnn 0.1.0 requires tensorflow>=1.0, which is not installed.". However, I am sure that tensorflow-gpu (version1.6) has been installed in my laptop, and I can print the version number successfully by "print(tensorflow.version)". Additionally, if I install the tensorflow with cpu version, everything will be OK, and I can use the GQCNN package to train my data. But it's really time-consuming, what should I do?

 Looking forward to your kindly reply.

Sincerely, Hui.