SOMPY
SOMPY copied to clipboard
Is the newest version sompy only work at python 2.7
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.
I did install on python 3.7 using conda on Windows 10. These were the steps:
- Create New Environment $ conda create --name som python = 3.7
- Activate Environment $ conda activate som
- Cd into wherever you have cloned the repo $ python setup.py install
- Then conda install pandas , matplotlib etc.
Hope that helps!!!