iiasa / message_ix

The integrated assessment and energy systems model MESSAGEix
https://docs.messageix.org
Apache License 2.0
111 stars 149 forks source link

ModuleNotFoundError: No module named 'utils' #826

Closed meng25meng closed 2 months ago

meng25meng commented 2 months ago

Hello, I read the data with excel and started to add parameters. When I started to add parameters, I got an error. Because my version was too old and I forgot which version I was using, I got an error when importing this utils. But I can't find which version of utils is now. , what should I do? Will it be compatible with the new version of util? `ModuleNotFoundError Traceback (most recent call last) Cell In[23], line 1 ----> 1 import utils 2 ap = utils.add_par(scenario, horizon, vintage_years, firstyear, disp_error)

ModuleNotFoundError: No module named 'utils'`

khaeru commented 2 months ago

When you open an issue on this repository there is a template (this one) that asks you to give certain information—including "the output of message-ix show-versions".

To be very clear, without this information we cannot provide you with assistance.

Please update your issue description to include the items mentioned in the template.

glatterf42 commented 2 months ago

Continued in #830.