I just installed cairosvg and it seems to have worked. If i try to install again it says:
$ pip install cairosvg
Requirement already satisfied(...)
But if I try to import it in python3, it delivers an ImportError:
>>>import cairosvg
Traceback(most recent call last):
(...)
ImportError: No Module named 'cairosvg'
Any ideas whats going wrong here? By the way, im trying to convert .svg files to .png ones, if there is a simpler possibility, feel free to tell me!
install with pip3:
pip3 install cairosvg
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With