Apple M1 not supported
Nobody has claimed this yet.
- 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:
- Using python 3.8.10 on M1
- 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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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