no module named message-ix #606
Unanswered
PelinaP
asked this question in
Getting started
Replies: 1 comment
-
I have converted this to a discussion question, because it is not a bug or issue in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first part of my code,
load required packages
import itertools
import pandas as pd
import matplotlib.pyplot as plt
%matplotlib inline
plt.style.use('ggplot')
import ixmp as ix
import message_ix
from message_ix.utils import make_df
from tools import Plots
When i run it, i get the error message
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_15228/3332267660.py in
8
9 import ixmp as ix
---> 10 import message_ix
11
12 from message_ix.utils import make_df
ModuleNotFoundError: No module named 'message_ix'
Beta Was this translation helpful? Give feedback.
All reactions