Git Product home page Git Product logo

Comments (2)

csuncodes avatar csuncodes commented on May 24, 2024

Hello, I am having the same error for "pip install ecco"
It seems to be crashing when downloading the particular version of Scikit-learn?
Error in pip install:
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1437 lines of output]
:17: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Partial import of sklearn during the build process.

Additionally, I could not install ecco via the "conda install -c conda-forge ecco" either.
It seems to tell me that my versions are incorrect?

Error in conda install:
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:/osx-arm64::__osx==13.5=0
  • feature:/osx-arm64::__unix==0=0
  • feature:|@/osx-arm64::__osx==13.5=0
  • feature:|@/osx-arm64::__unix==0=0
  • ecco -> ipython -> __linux
  • ecco -> ipython -> __osx
  • ecco -> ipython -> __unix

Your installed version is: 0
I am working of a Mac M2 and have Mac OS 13.5

Any help would be appreciated.

from ecco.

StarVolcano avatar StarVolcano commented on May 24, 2024

Hi, @csuncodes
I met the same problem. And I think the problem is that in your current environment (macOS with arm64), there is no .whl package for scikit-learn==0.24.2 in Pypi. So pip needs to download the source code and compile it to install.

Since it is difficult for m to solve the compiling problem, after checking the existing package in Pypi, I decide to solve this problem by creating python=3.8 environment through conda on a linux machine.

I install ecco successfully towards this approach. Maybe you can have a try.
Hope it helps.

Best,
Volcano

from ecco.

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.