airanmehr / CLEAR

MIT License
1 stars 4 forks source link

Version control problem? #3

Open mphillips67 opened 1 year ago

mphillips67 commented 1 year ago

I recently downloaded the current version of CLEAR and I am trying to run it using Python 3.9.12. However, at present, I can't get it to run successfully even using the practice data sets. I have attached a screenshot with the error.

I have used CLEAR in the past without issues using an older version of python, so wondering if there is some sort of version control issue going on. It seems there have also been some updates to CLEAR since then as well? Any guidance or clarification on what version of Python users should be using would be appreciated.

Screen Shot 2022-07-14 at 1 40 06 PM
AlexRego commented 1 year ago

Having the same issue. Any solution or answer to this?

EDIT: Was able to run CLEAR no problem with python2.7

SMUAbdullah commented 3 months ago

Same feedback as Alex. Switched to Python 2.7 (specifically 2.7.15) and this issue stopped appearing. Then I started getting a new issue shown in the screengrab. To bypass it, I edited the file "Markov.py" in the directory "CLEAR/Libs" and changed "fname=self.path+ 'HMM.df'" to "fname='HMM.df'". It's not a good fix, but it outputs the required values in a file named "HMM.df". Hope it's helpful.

image