-
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
Add missing dependency in pixi.toml
#144
Conversation
c9d251f
to
1253904
Compare
Actually it would be smarter to unify the two fyi @traversaro |
For some reason CUDA backend failed to initialize: Unable to load cuPTI. Is it installed? (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.) |
I needed to move some attribute from fyi @diegoferigo |
A solution could be to use |
If having the |
I guess that if |
I guess this is a regression due to prefix-dev/pixi#1112 . |
I tried with that, but I still get: CUDA backend failed to initialize: Unable to use CUDA because of the following issues with CUDA components:
Unable to load cuPTI. Is it installed?
Traceback (most recent call last):
File "/home/flferretti/git/jaxsim/.pixi/envs/test-gpu/lib/python3.12/site-packages/jax/_src/xla_bridge.py", line 322, in _version_check
version = get_version()
^^^^^^^^^^^^^
RuntimeError: jaxlib/cuda/versions_helpers.cc:44: operation cuptiGetVersion(&version) failed: Unknown CUPTI error 999. This probably means that JAX was unable to load cupti.
(Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.) |
What is the version of jaxlib that gets installed in that case? If for any reason a version diffent from 0.4.23=*_1 is installed, we can just leave cupti for the time being (until at least a new jaxlib release). |
I tried to leave almost everything in the
Do you think it could work? |
Oh yes, it still installs |
Yes, thanks a lot! |
eee465b
to
2caa0f9
Compare
Which build number? |
Build 1 |
@flferretti I though we agreed to wait a bit longer before merging to understand how to deal with the two lock files. |
Sorry Diego, apparently I misunderstood that. I merged since I haven't received any updates on this. Do you want to revert or I can open an issue to address this in the future |
Reverting a merged PR without leaving traces is not straightforward, let's keep it as it is this time. From now on, in these cases I'll be leaving empty blocking reviews to prevent other similar occurrences. |
lxml
dependency was missing in the examples'pixi.toml
📚 Documentation preview 📚: https://jaxsim--144.org.readthedocs.build//144/