-
Notifications
You must be signed in to change notification settings - Fork 10
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
Provide DeerLab through Anaconda Repo #12
Comments
Makes sense to me - unless it's too much additional trouble. |
Agreed, this would make sense. I am not too familiar with Anaconda and the conda manager, so I will need to look at how conda manages the BLAS/LAPACK binaries of numpy/scipy on each OS. |
Last I checked conda defaults to mkl numpy/scipy on all operating systems. Not sure about cvxopt but I know cvxopt is available. |
I think |
I would agree (in principle), but it is not recommended to use |
For now, DeerLab will only be provided through Maybe in a future release, this will change, but for now, this would introduce too many maintenance issues in the short-term future which should be focused on more critical development of the software. |
After some preliminary trials to distribute DeerLab through Making this compatible would require either a major hack to make it |
For reference, how to use DeerLab with Anaconda (for everyone else who stumbles over this problem). This is from my memory, so @luisfabib can comment if this way causes problems as well. InstallationOpen your git console.
Replace the Open the
UpdateOpen a git console and go to the local directory, git pull and checkout new version.
Replace edit: replace git clone command by https statement |
Thanks for the instructions! I have updated the documentation installation instructions to include this workaround for Anaconda users (see #155). |
Just realizing I made a minor error: |
Closed by #157 |
Hey,
first congrats moving to python. 😍
From my experience, many researchers use Anaconda (https://www.anaconda.com/) to organize their python packages. So it could be helpful to provide DeerLab via Anaconda as well.
https://docs.anaconda.com/anaconda-cloud/user-guide/getting-started/
If not an option for you feel free to close this issue, I would appreciate consideration, as it would simplify the workflow, especially for python-n00bs. 😉
Cheers,
Dennis
The text was updated successfully, but these errors were encountered: