ci-group / revolve

Robot evolution framework for the Triangle of Life project
https://evosphere.eu/
29 stars 32 forks source link

ubuntu and python3 and cairo #62

Open portaloffreedom opened 4 years ago

portaloffreedom commented 4 years ago

When pip installing on ubuntu, you may see that you get pycairo installation/compilation errors. You probably have to install: python3-dev and python3-cairocffi

If you are using python3.7, install python3.7-dev instead of python3-dev