Open fcjxxl opened 6 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
pip install .
And when I run the linear experiment by EXPERIMENT=linear docker-compose up --build, it throws ImportError, my python-dateutil version is 2.7.2, and I tried both python2 & python3, it throws the same error
I am getting the same error about dateutil. Did you resolve this?
Maybe you can try adding dateutil>=2.5.0 to dockerfile.linear
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 errorAnd when I run the linear experiment by EXPERIMENT=linear docker-compose up --build, it throws ImportError, my python-dateutil version is 2.7.2, and I tried both python2 & python3, it throws the same error