Error generating libspec when a file was initialized in python

Hello. I have created a python file and this python file accesses a YML configuration file. I hae created a python variable with the value of the location of the said YML file. I initialized this yml file via init. I also have a separate file that contains all the necessary libraries including the python file that I have created.

My question now is, there is an error being displayed whenever I initialize that yml file from init. the error was displayed on my Library file. How can I resolve it?

Please see below screenshots.

You could try to use an absolute path for the YML file. That seems to be the error.

1 Like

This aboslutely resolved my issue.

Thanks @HelioGuilherme66