jaredleekatzman / DeepSurv

DeepSurv is a deep learning approach to survival analysis.
MIT License
566 stars 166 forks source link

py.test ModuleNotFoundError & linear Experiment ImportError #45

Open fcjxxl opened 5 years ago

fcjxxl commented 5 years ago

pip install . is success, but py.test has a ModuleNotFoundError. I use the method mentioned in https://github.com/jaredleekatzman/DeepSurv/issues/5 but still throws the error

qq20180727-135418 2x

And when I run the linear experiment by EXPERIMENT=linear docker-compose up --build, it throws ImportError, e0866aa2-4dc4-4466-9c2f-f6e8c41e6ca3 my python-dateutil version is 2.7.2, and I tried both python2 & python3, it throws the same error

yangrussell commented 5 years ago

I am getting the same error about dateutil. Did you resolve this?

licancan0729 commented 4 years ago

Maybe you can try adding dateutil>=2.5.0 to dockerfile.linear