cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

No module named flufl.lock #10

Closed uzair789 closed 6 years ago

uzair789 commented 6 years ago

WHen I try to run the command, ' main.py --task=train --subtask=desc' I get the following error.

File "/home/uzair/tensorflow/tf-lift/datasets/eccv2016/eccv.py", line 55, in from flufl.lock import Lock ImportError: No module named flufl.lock

I tried to install this package but that is leading to more errors. How do I install this package? should I do it with pip? Does the lift code base require any particular version of python like python3 or python3.4?

kmyi commented 6 years ago

Please pip install flufl.lock Both Python3 and Python2.7 should be fine