question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing ASReview backend fails on Apple M1 chip

See original GitHub issue

Describe 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:

  1. Pull the latest code from the repository
  2. Navigate to the repository locally
  3. 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
pietervandekerckhovecommented, Nov 25, 2022

Thank you @hjiajing , it worked for me as well in this way 😃

2reactions
hjiajingcommented, Mar 18, 2022

I didn’t address this M1 issue following the above workaround. But I ran pip3 install asreview and it worked fine. Then I ran asreview lab, the asreview ran successfully. 😂

(base) aaronhu@AarondeMacBook-Air ~ % python --version
Python 3.9.7
(base) aaronhu@AarondeMacBook-Air ~ % pip3 --version
pip 21.2.4 from /Users/aaronhu/opt/miniconda3/lib/python3.9/site-packages/pip (python 3.9)
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found