zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
340 stars 105 forks source link

ImportError: cannot import name 'MICE' #21

Closed sangramrajekakade closed 4 years ago

sangramrajekakade commented 4 years ago

I get this error.

Using TensorFlow backend.
2020-01-31 11:57:05.217716: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared object file: No such file or directory
2020-01-31 11:57:05.217852: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer_plugin.so.6'; dlerror: libnvinfer_plugin.so.6: cannot open shared object file: No such file or directory
2020-01-31 11:57:05.217885: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:30] Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Traceback (most recent call last):
  File "train.py", line 8, in <module>
    from fancyimpute import MICE
ImportError: cannot import name 'MICE'
zengyh1900 commented 4 years ago

Hi, I think you can try to install the same fancyimpute version listed in the requirements.txt

sangramrajekakade commented 4 years ago

yes, issues are fixed from my side.