Skip to content
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

Macbook M1 chip - dependency install issues #9

Open
moyarich opened this issue Mar 6, 2024 · 1 comment
Open

Macbook M1 chip - dependency install issues #9

moyarich opened this issue Mar 6, 2024 · 1 comment

Comments

@moyarich
Copy link

moyarich commented Mar 6, 2024

I have a macbook: M1 chip:
I am getting this error, when I run the command

pip install -e .
python -m spacy download en_core_web_sm

Error message:

Using cached rank_bm25-0.2.2-py3-none-any.whl.metadata (3.2 kB)
Collecting scikit-learn<2.0.0,>=1.3.2 (from refchecker==0.1)
Using cached scikit_learn-1.4.1.post1-cp312-cp312-macosx_12_0_arm64.whl.metadata (11 kB)
INFO: pip is looking at multiple versions of refchecker to determine which version is compatible with other requirements. This could take a while.

ERROR: Could not find a version that satisfies the requirement scikit-learn-intelex<2025.0.0,>=2024.1.0 (from refchecker) (from versions: none)

ERROR: No matching distribution found for scikit-learn-intelex<2025.0.0,>=2024.1.0
(.venv) ➜  RefChecker git:(main) ✗ python -m spacy download en_core_web_sm
/Users/mooy/www/+projects/2024/proj-ragathon-march-2024-refchecker/prototype/RefChecker/.venv/bin/python: No module named spacy
@moyarich moyarich changed the title No matching distribution found for scikit-learn-intelex Macbook M1 chip - dependency install issues Mar 6, 2024
@alexlorenzo
Copy link

I have a macbook with M1 chip, I installed every packages/versions with poetry install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants