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

Unable to install jaxlib on Windows 10 #5266

Closed
pranavsarena opened this issue Dec 28, 2020 · 2 comments
Closed

Unable to install jaxlib on Windows 10 #5266

pranavsarena opened this issue Dec 28, 2020 · 2 comments

Comments

@pranavsarena
Copy link

pranavsarena commented Dec 28, 2020

I am trying to install RASA framework but coming across the below error.

pip install rasa==1.7.0

ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor~=1.14.0->rasa==1.7.0) (from versions: none)
ERROR: No matching distribution found for jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor~=1.14.0->rasa==1.7.0)

The environment and versions used are below:
Windows-10
Python-3.7
pip: 20.0.2 (default was 20.3.3 which was taking ages to download packages due to backtracking, so downgraded it)
RASA: 1.7.0

It seems jaxlib window support is not ready yet? Check
. If so what needs to be done?

Also one of my colleague was able to install rasa, he has Windows-8 on his system.

I tried to install JAXLIB but got the below error:

conda install jaxlib>=0.1.51

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - jaxlib[version='>=0.1.51']

Current channels:

  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

@jakevdp
Copy link
Collaborator

jakevdp commented Dec 28, 2020

Hi - we currently don't provide any pre-built wheels for jaxlib on windows, but there has been recent work in making it easier for Windows users to build jaxlib from source, although there still are some issues; see #438 and #4843 for some tips & caveats.

@pranavsarena
Copy link
Author

I got this working. Installed dopamine-rl version 3.0.1 as this error came due to dopamine installation. Seems the default version needs jaxlib.
pip install dopamine-rl==3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants