Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Running BLE on Windows 10 (Home) Environment #3

@joshcarterhi

Description

@joshcarterhi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions