You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Juan,
Good works on CGE!
I got an error when I try to run the stdcge_model_def.py
from pyomo.environ import *
from pycge.examples.stdcge_model_def import StdModelDef
from pycge.PyCGE import PyCGE
The error I got is like this:
Traceback (most recent call last):
File "c:\Users\SIXU GUO\Desktop\CGE_MODEL\pycge_model\pycge-master\pycge\examples\stdcge.py", line 12, in <module>
from pycge.examples.stdcge_model_def import StdModelDef
ModuleNotFoundError: No module named 'pycge'
I'm wondering if you know what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Hi Juan,
Good works on CGE!
I got an error when I try to run the stdcge_model_def.py
The error I got is like this:
I'm wondering if you know what I'm doing wrong?
The text was updated successfully, but these errors were encountered: