Andy Barry

Results 25 comments of Andy Barry

Hmm, yes this is now not working for me as well. If you find a good solution, let me know and I'll update the guide. If I get to it...

@rschroll: perhaps we should talk about making a fork / maintaining pdfpc ourselves. I'm hesitant to commit to maintaining it by myself, but if you wanted to co-maintain it (assuming...

@rschroll: sounds good. Let's see if @davvil says hi and then think about moving forward. I agree, modern valacs are on the list and likely not the most pleasent thing...

Drake has changed a lot since I wrote this code. Try checking out a revision of Drake from around Dec 2015.

This is also a problem for me (running python 3.10.12)

It looks like this is the same as #121 but the resolution there is to uninstall `python3-matplotlib` which is not very helpful, I need that package.

This is a huge hack, but for the moment you can use `pip install spatialmath-python-abarryfix==1.1.12` to get around this.

`python3-matplotlib` is required by ROS and OpenCV. Here's the mess I get if I try to uninstall it: ``` # sudo apt remove python3-matplotlib [sudo] password for abarry: Reading package...

`sudo dpkg -r --force-depends python3-matplotlib` does work for me, but I think the package should be able to be used by default and a lot of people will run into...

> for a proper solution, we can look through the spatialmath code and perhaps we don't have to use features from newer matplotlib versions, in which case we will push...