Closed AlexandreAmice closed 2 weeks ago
Most likely the problem is that you have a (wrong) drake
directory on your PYTHONPATH somewhere. Remember that .
is on the PYTHONPATH by default, so your cwd matters when launching the interpreter.
You can debug with something like import drake; print(drake.__file__);
.
What happened?
When I launch a fresh python virtual environment and install Drake from
pip
I get the following error (note what I import does not matter).Perhaps one of our dependencies got updated and broke something?
Version
1.30-1.34 I haven't tried lower
What operating system are you using?
Ubuntu 24.04
What installation option are you using?
pip install drake
Relevant log output
No response