Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

struggling to install deepsurv #85

Open
kristianunger opened this issue Oct 18, 2023 · 4 comments
Open

struggling to install deepsurv #85

kristianunger opened this issue Oct 18, 2023 · 4 comments

Comments

@kristianunger
Copy link

Hi there,

I am struggling to install DeepSurv because of the known Lasagne and Theano issues. Do you provide a Docker image/docker file by any chance?

Best Kristian

@krekiehn
Copy link

for the following command solved the problem:

pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip

found here:
imatge-upc/salgan#29 (comment)

@jiachangliu
Copy link

Even after successfully installing the Lasagne package, I still cannot install deepsurv correctly after spending 6 hours on this. Has anyone installed deepsurv and been able to run the example in the notebooks folder successfully?

@duybuile
Copy link

duybuile commented Sep 2, 2024

Even after successfully installing the Lasagne package, I still cannot install deepsurv correctly after spending 6 hours on this. Has anyone installed deepsurv and been able to run the example in the notebooks folder successfully?

I had the same issue but then I found out that we can install deepsurv using pip install deepsurv

@duybuile
Copy link

duybuile commented Sep 2, 2024

Oh no, the moment I typed import deepsurv and ran it, I got into an error. It looks like the library was written in Python 2? And I don't think anyone is maintaining the library now (hope that I am wrong).

print '[INFO] Training CoxMLP'
    ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants