microsoft / microsoft/qlib

Apple M1 not supported

Open
#1,525 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
48.7k
Forks
7.7k
PR merge metrics
No merged PRs in 30d

Description

🐛 Bug Description

An error occurred when install pyqlib using pip on Macbook(M1):
Could not find a version that satisfies the requirement pyqlib (from versions: none)
ERROR: No matching distribution found for pyqlib

The error not occured on Windows computer when I step the same behavior, I guess pyqlib may not support Apple M1.

To Reproduce

Steps to reproduce the behavior:

  1. Using python 3.8.10 on M1
  2. Enter pip install pyqlib

Expected Behavior

Could not find a version that satisfies the requirement pyqlib (from versions: none)**
**ERROR: No matching distribution found for pyqlib

Screenshot

image

Environment

Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.

  • Qlib version: latest
  • Python version: 3.8.10
  • OS (Windows, Linux, MacOS): MacOS with M1
  • Commit number (optional, please provide it if you are using the dev version): None

Additional Notes

### Tasks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

First reproduce the reported pip install pyqlib failure on macOS with an M1 processor and Python 3.8.10. Review the repository's packaging and distribution configuration, using scripts/collect_info.py if environment details are needed; done means the package can be installed successfully on the reported platform or the supported-platform limitation is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, python
Domain
build-system, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.