Installing ASReview backend fails on Apple M1 chip
See original GitHub issueDescribe the bug Trying to install ASReview in DEVELOPMENT mode fails on an Apple M1 chip. Process takes about 1 hour to complete.
To Reproduce Steps to reproduce the problem:
- Pull the latest code from the repository
- Navigate to the repository locally
pip install -e .
Version information
- OS: macOS Big Sur Version 11.5.2 (20G95)
- MacBook Pro (13-inch, M1, 2020)
Additional context Full CLI output attached as a zip container.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
If an error occurred while updating or installing macOS
Apple silicon · Shut down your Mac. · Turn on your Mac and continue to press and hold the power button until you...
Read more >Troubleshooting — ASReview LAB documentation
ASReview LAB is advanced machine learning software. ... This error typically happens when the version of your Python installation has been released very ......
Read more >How to Install XGBoost and LightGBM on MacOS?
import xgboost. Verifying XGBoost installation on macOS. If there is any error while importing the module then is not installed properly.
Read more >Introducing Accelerated PyTorch Training on Mac
Metal Acceleration. Accelerated GPU training is enabled using Apple's Metal Performance Shaders (MPS) as a backend for PyTorch. The MPS backend ...
Read more >Known Issues when upgrading macOS and iOS - PaperCut
Apple Silicon / M1 and M2 chips ... No issues found when installing or using the apps. ... CUPS backends failing in 10.6.8....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @hjiajing , it worked for me as well in this way 😃
I didn’t address this M1 issue following the above workaround. But I ran
pip3 install asreview
and it worked fine. Then I ranasreview lab
, the asreview ran successfully. 😂