pnnl / tesp

Other
39 stars 37 forks source link

Example problems #22

Closed czekster closed 4 years ago

czekster commented 4 years ago
  1. When running comm: does not generate files and yields "KeyError: 'TimeStep'
  2. When running loadshed (with ns-3): the Makefile is not in the folder, so make does not work. Version is the latest: tesp-0.6.0-linux-x64 Downloaded on 04/28/2020
temcdrm commented 4 years ago

Thanks for looking at this. We fixed the missing Makefile but the first item should have worked. Can you please check what "pip3 show tesp_support" returns and then try "pip3 install tesp_support --upgrade --no-cache-dir"?

czekster commented 4 years ago

Thanks for looking at this. We fixed the missing Makefile but the first item should have worked. Can you please check what "pip3 show tesp_support" returns and then try "pip3 install tesp_support --upgrade --no-cache-dir"?

Yes - my fault, now it's working. Thank you.