kmos
kmos copied to clipboard
Problem with installation
Expected behavior
Actual behavior
//: # When I going to the last step to install kmos, I can't install the file from github and have message as below:
System information
I was working in Anaconda3 powershell. and following the installation step from https://kmos.readthedocs.io/en/latest/tutorials/index.html#installation-on-windoze-7 for Windows system.
- result of
kmos version
, operating system, version, python version, possibly link to model file
I had the same problem when I installed kmos. This syntax is typical from Python 2.7, but not used anymore in the version 3.9, which was the version I had installed in my computer. Therefore, to solve this issue, it is easier to install the version 2.7 instead of correcting the syntax, since the whole code was written in this version.
@Je55ie @giada09 The code has been ported to Python3, and the new repository is here: https://github.com/kmcos/kmcos