-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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. |
Joshua,
Thanks for getting back to me, just back from Travel. I will let you know
how it goes, I was having problems with Jax. I tried to do an install
without (I'm guessing here), any support for graphics cards.
I think I'm past that.
Hey good first name by the way.
v/r
Josh
…On Thu, Jan 26, 2023 at 8:45 AM Joshua Greaves ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4TKRHZQ7NCGAEWCUVEHRLWULA4ZANCNFSM6AAAAAAUG44RU4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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:
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
The text was updated successfully, but these errors were encountered: