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

Installation problems due to issue with Numpy dependency #426

Closed
J535D165 opened this issue Dec 2, 2020 · 2 comments
Closed

Installation problems due to issue with Numpy dependency #426

J535D165 opened this issue Dec 2, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@J535D165
Copy link
Member

J535D165 commented Dec 2, 2020

Several users encounter issues with installing ASReview due to an issue with the numpy dependency. Numpy is an important dependency for ASReview as well as for thousands of other software packages. Especially Windows users are facing issues.

Potential solutions to circumvent the problems with numpy:

Solution 1 - Downgrade Numpy

  1. pip install --upgrade numpy!=1.19.4
  2. pip install asreview

Solution 2 - Use Python 3.8

  1. Uninstall Python 3.9
  2. Install Python 3.8
  3. pip install numpy!=1.19.4
  4. pip install asreview

* pip install commandos should be inserted in the Command Prompt (cmd.exe) on Windows.

Background info

The issue with Numpy is caused by an issue in the latest update of Windows. Background information on the issue and solutions can be found here numpy/numpy#16744.

@J535D165 J535D165 added this to To do in ASReview via automation Dec 2, 2020
@J535D165 J535D165 added the bug Something isn't working label Dec 2, 2020
@J535D165 J535D165 removed this from To do in ASReview Dec 2, 2020
@J535D165 J535D165 pinned this issue Dec 2, 2020
@rikvanberkel
Copy link

For me solution 1 worked, thanks

@stefanodallapalma
Copy link

Hi, I would add a third solution: use a virtual environment.

  1. virtualenv venv
  2. source venv/bin/activate
  3. asreview lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants