FantasyMapGenerator icon indicating copy to clipboard operation
FantasyMapGenerator copied to clipboard

can't import Cairo

Open fredzannarbor opened this issue 2 years ago • 1 comments

(unity) fred@Freds-MacBook-Pro:~/unity/FantasyMapGenerator/build$ ./map_generation
Error: module import
Traceback (most recent call last):
  File "/Users/fred/bin/nimble/unity/FantasyMapGenerator/build/render/rendermap.py", line 2, in <module>
    import cairo

Python 3.8.5
(unity) fred@Freds-MacBook-Pro:~/unity/FantasyMapGenerator/build$ pip freeze | grep cairo
cairocffi==1.3.0
pycairo==1.21.0

fredzannarbor avatar May 19 '22 03:05 fredzannarbor

Is cairo outdated? I can't get this working on Linux.

Andonome avatar Dec 04 '22 03:12 Andonome