-
Notifications
You must be signed in to change notification settings - Fork 171
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
installing ecco #111
Comments
Hello, I am having the same error for "pip install ecco" Additionally, I could not install ecco via the "conda install -c conda-forge ecco" either. Error in conda install: Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
Your installed version is: 0 Any help would be appreciated. |
Hi, @csuncodes 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. Best, |
i'm trying to install ecco in google colab but it get an error:
Collecting ecco
Using cached ecco-0.1.2-py2.py3-none-any.whl (70 kB)
Requirement already satisfied: transformers~=4.2 in /usr/local/lib/python3.10/dist-packages (from ecco) (4.35.2)
Requirement already satisfied: seaborn~=0.11 in /usr/local/lib/python3.10/dist-packages (from ecco) (0.13.1)
Collecting scikit-learn~=0.23 (from ecco)
Using cached scikit-learn-0.24.2.tar.gz (7.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (pyproject.toml) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: