run on colab and error #34
alinemati45
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi, it seems like your notebook is running on Linux platform. Please see this page (https://github.com/csgoh/roadmapper/wiki/installation) for additional steps to install Arial font on Linux. This is a known dependency for now, and the aim is to remove the reliance on the 'Arial' font for the Linux platform in the next release. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
thanks a lot for your afford.
I ran it on google colab, there is an issue here:
OSError Traceback (most recent call last)
in <cell line: 2>()
1 roadmap = Roadmap(400, 400, colour_theme="BLUEMOUNTAIN")
----> 2 roadmap.set_title("My Demo Roadmap")
6 frames
/usr/local/lib/python3.10/dist-packages/PIL/ImageFont.py in init(self, font, size, index, encoding, layout_engine)
246 load_from_bytes(f)
247 return
--> 248 self.font = core.getfont(
249 font, size, index, encoding, layout_engine=layout_engine
250 )
Beta Was this translation helpful? Give feedback.
All reactions