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

Running BLE on Windows 10 (Home) Environment #3

Open
joshcarterhi opened this issue Jan 25, 2023 · 2 comments
Open

Running BLE on Windows 10 (Home) Environment #3

joshcarterhi opened this issue Jan 25, 2023 · 2 comments

Comments

@joshcarterhi
Copy link

Very interested in running your tool. Tried running your sanity check via Pycharm on windows 10

`
from balloon_learning_environment.env import balloon_env

env = balloon_env.BalloonEnv()
`
got error not jax library. Installed jax 0.3.14 via pip.

But got error saying no jaxlib. Was unable to install jaxlib using basic install (e.g., pip install jaxllib),
and learned there are issues using jax and jaxlib running on windows. Tried the work around:

pip install "jax[cpu]===0.3.14" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver

Now I have jax/jaxlib 0.3.14 installed but problems continue. Last run gave lots of warnings and

( File "C:\Users\Craig\anaconda3\envs\bmrl2\lib\site-packages\tensorflow_probability\python\internal\backend\jax\ops.py", line 676, in instancecheck return isinstance(instance, jax.Array)
AttributeError: module 'jax' has no attribute 'Array'

I can detail errors but before climbing this mountain, can you tell me if the simulation code can run on windows?

If not I'll look into a VM for my PC.

Thank You Craig

@joshgreaves
Copy link
Collaborator

We have tested the library exclusively on linux machines, but as far as I'm aware there is nothing in our library that is incompatible with windows. However, some of the libraries that we depend on might be more difficult to install, such as jax. Unfortunately, I don't have access to a windows machine to test out installation.

It looks like jax has windows-specific instructions on their github page here: https://github.com/google/jax#installation.
If you run into further issues let me know and I'll see what I can do to help.

@joshcarterhi
Copy link
Author

joshcarterhi commented Feb 4, 2023 via email

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