Coder Social home page Coder Social logo

Comments (6)

grst avatar grst commented on August 17, 2024

Hi @YolandaHuitianDiao,

thanks for reporting this issue.

  • Does the same also happen when you try to install scirpy in a clean environment?
  • Did you set up the channels as described on the bioconda website? I'm not sure if just specifying -c gets the channel priorities right.

from scirpy.

YolandaHuitianDiao avatar YolandaHuitianDiao commented on August 17, 2024

I tried to install in a clean environment (also py3.10), and set up channels as described on bioconda:

(scirpy) ~$ conda config --add channels defaults
Warning: 'defaults' already in 'channels' list, moving to the top
(scirpy) ~$ conda config --add channels bioconda
Warning: 'bioconda' already in 'channels' list, moving to the top
(scirpy) ~$ conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top
(scirpy) ~$ conda config --set channel_priority strict
(scirpy) ~$ conda install -c conda-forge -c bioconda scirpy
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.31=0
  - python=3.10 -> libgcc-ng[version='>=7.5.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.31

Note that strict channel priority may have removed packages required for satisfiability.

(scirpy) ~$

from scirpy.

grst avatar grst commented on August 17, 2024

Hi,

I looked into this. Running with mamba gives a much more informative error message:

Encountered problems while solving:
  - package scirpy-0.11.0-pyhdfd78af_0 requires parasail-python, but none of the providers can be installed

So the problem is that parasail is not (yet) available for Python 3.10. It is a compiled package, so it needs a separate build for each python version.

How to solve this? I'm not sure, maybe just rebuilding parasail on bioconda (i.e. submitting a PR that increases the build number) will do.

In the meanwhile, if you can work with a python 3.9 environment that should also work.

from scirpy.

YolandaHuitianDiao avatar YolandaHuitianDiao commented on August 17, 2024

Thanks for your prompt response! Sounds good, I will try it on Py3.9.

from scirpy.

grst avatar grst commented on August 17, 2024

I saw that a parasail version for python 3.10 was uploaded on bioconda two days ago ==> this should work now!

from scirpy.

grst avatar grst commented on August 17, 2024

Closing this for now - feel free to reopen if the issue persists.

from scirpy.

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.