-
Notifications
You must be signed in to change notification settings - Fork 58
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
Dependency "easydev" unmarked on conda #56
Comments
Going back through my install history and found that the version of fitter is |
@galvanized I'm surprised, I have done a quick test:
and it works for me. I believe this is related to the python version. In my case, By default v3.10 of python is installed and fitter/easydev are installed automatically. I see that you installed version of fitter is 1.2.3 and I believe the issue is fixed in 1.4.0 that is the latest on conda. I have now also tests with python 3.7.13 without any issues. So I believe you should try with the latest version. I'm surprised though that your conda did not install the latest version. What is your platform ? mac/windows/linux ? Here, I see that the 'noarch' is used so it should not matter. |
Platform is Ubuntu 20.04.4 LTS. The correct command seems to be
After installing this way, everything runs as expected. |
@galvanized thanks for reporting this detailled solution. I did not know about that specific needs from using the two channels. In the next release, easydev will be replaced by a more standard package but the issue may be similar. thanks again |
I encountered this error while trying to run this code:
I had installed Fitter with
conda install -c bioconda fitter
.The issue is resolved by installing easydev.
conda install -c conda-forge easydev
.If the conda package can't be made to install all its dependencies, it'd be good to have a mention of this in the installation instructions.
The text was updated successfully, but these errors were encountered: