-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problems with the installation of Dropkick #9
Comments
Hi, Could you provide the following information so I can help troubleshoot?:
Thanks! |
I had success with the following (on a linux machine, Ubuntu 16.04) $ conda create -n dropkick python=3.7
$ conda activate dropkick
(dropkick) $ pip install numpy
(dropkick) $ conda install -c conda-forge gfortran
(dropkick) $ pip install dropkick If you don't install |
Just to leave one more note... The above recipe worked on Linux, but did not work on Mac. I tried many things on a Mac, including trying to have
but nothing seemed to work. The above did not work. |
Hi @sjfleming, Thanks for the notes. Just to capture a couple more things to help @jessijessi and anyone else who may have installation troubles in the future:
|
Hi @codyheiser, Thank you, |
@jessijessi, not sure if you're using Anaconda to manage virtual environments on your machine, but have you tried the suggestion from above?:
The two keys here are installation of |
A simple |
Hi, I tried to install the package using both pip install dropkick command and the cloning of the github but the installation was unsuccessful. This is probably due to the fact that the package needs older versions of the required packages. Below a screenshot of the middle part of the error:
I tried also to use the functions taking one to one in my script but I have a trouble with the function dropkick() because, as far as I could understood, it requires glmnet package from fortran and I couldn't load it.
How could i fix it?
Thany you,
Best regards
The text was updated successfully, but these errors were encountered: