GithubHelp home page GithubHelp logo

Comments (4)

galvanized avatar galvanized commented on August 26, 2024

Going back through my install history and found that the version of fitter is bioconda/noarch::fitter-1.2.3-pyh145b6a8_0. In case it matters, my conda environment is using python 3.7.13.

from fitter.

cokelaer avatar cokelaer commented on August 26, 2024

@galvanized I'm surprised, I have done a quick test:

conda create --name fitter fitter

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.

from fitter.

galvanized avatar galvanized commented on August 26, 2024

Platform is Ubuntu 20.04.4 LTS.
It seems channel-related. I have not added any extra channels to my .condarc and am including them using the -c flag.
Doing conda create --name fitter -c bioconda fitter gives the same problem as earlier:
installing fitter bioconda/noarch::fitter-1.2.3-pyh145b6a8_0 instead of the latest, and no easydev.

The correct command seems to be conda create --name fitter -c bioconda -c conda-forge fitter, it installs both packages.

 easydev            conda-forge/noarch::easydev-0.12.0-pyh6c4a22f_0
 fitter             bioconda/noarch::fitter-1.4.0-pyh5e36f6f_0

After installing this way, everything runs as expected.
The trick is that fitter needs both the bioconda and conda-forge channels. As someone that doesn't usually use bioconda, I didn't know that it should be used in conjunction with conda-forge. It's clear enough on their website but I didn't think to check there.

from fitter.

cokelaer avatar cokelaer commented on August 26, 2024

@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

from fitter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.