SOMPY icon indicating copy to clipboard operation
SOMPY copied to clipboard

Is the newest version sompy only work at python 2.7

Open Ziqi-Fan opened this issue 5 years ago • 1 comments

hello the python version i use is python 3.7 at Linux, could I use sompy at it? Because i see at sompy page "Updating dependency on joblib. Change now means that Python 3.4 and 2.7 no longer supported."

In addition, when I setup the library I get a error ,it is: error: [Errno 22] Invalid argument: '/data/data2/zqfan/anaconda3/lib/python3.7/site-packages/sompy-0.1.1-py3.7.egg'

I really do not know how to deal with it , I would be very grateful if you give me any advise. Thank you very much.

Ziqi-Fan avatar Oct 05 '19 09:10 Ziqi-Fan

I did install on python 3.7 using conda on Windows 10. These were the steps:

  1. Create New Environment $ conda create --name som python = 3.7
  2. Activate Environment $ conda activate som
  3. Cd into wherever you have cloned the repo $ python setup.py install
  4. Then conda install pandas , matplotlib etc.

Hope that helps!!!

aunsid avatar Oct 08 '19 23:10 aunsid