No such file or directory: 'matariki-tech-logo.png' #43
-
| 
         I just installed Python 3.11.4 and pip installed roadmapper (so theses are fresh installs).  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| 
         As the last error line indicates, the example code you used wants to open the file   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @Qmeriaux Download the logo from https://github.com/csgoh/roadmapper/blob/main/images/logo/matariki-tech-logo.png into your local and run your code again. That will fix your issue.  | 
  
Beta Was this translation helpful? Give feedback.

As the last error line indicates, the example code you used wants to open the file
matariki-tech-logo.pngfor implementing a custom logo for the roadmap. You should ensure that this file is present at the required location or remove the requirement of this file.