Findus23 / BrachioGraph-Utils

A collection of random scripts for generating plots
14 stars 0 forks source link

svgwrite requires Python '>=3.6' but the running Python is 2.7.16 #1

Closed Trampf closed 4 years ago

Trampf commented 4 years ago

This happens when I try to install svgwrite.

I have python3 on my raspi, but Python 2.7.16 also

Findus23 commented 4 years ago

Hi,

I guess you need to use pip3 instead of pip to make sure that it is installed for python3

Trampf commented 4 years ago

Thanks for the quick answer. It solved the problem.