You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed deepsurv using pip install deepsurv. This is because I ran into the lasagne problem (I think someone reported it) when I installed deepsurv by cloning the repository. However, I ran into a different problem. Looks like the version under pip was written in Python 2 (where parentheses are not needed for print commands)
File c:\Users\MyUserName\repo\my-project\.venv\lib\site-packages\deepsurv\deep_surv.py:326
print '[INFO] Training CoxMLP'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Someone please help
The text was updated successfully, but these errors were encountered:
I installed
deepsurv
usingpip install deepsurv
. This is because I ran into thelasagne
problem (I think someone reported it) when I installeddeepsurv
by cloning the repository. However, I ran into a different problem. Looks like the version under pip was written in Python 2 (where parentheses are not needed forprint
commands)Someone please help
The text was updated successfully, but these errors were encountered: