kmos icon indicating copy to clipboard operation
kmos copied to clipboard

Problem with installation

Open Je55ie opened this issue 5 years ago • 2 comments

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: image

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

Je55ie avatar Dec 29 '19 10:12 Je55ie

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.

giada09 avatar Jan 07 '21 10:01 giada09

@Je55ie @giada09 The code has been ported to Python3, and the new repository is here: https://github.com/kmcos/kmcos

AdityaSavara avatar Mar 16 '22 22:03 AdityaSavara