Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the newest version sompy only work at python 2.7 #110

Open
Ziqi-Fan opened this issue Oct 5, 2019 · 1 comment
Open

Is the newest version sompy only work at python 2.7 #110

Ziqi-Fan opened this issue Oct 5, 2019 · 1 comment

Comments

@Ziqi-Fan
Copy link

Ziqi-Fan commented Oct 5, 2019

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.

@aunsid
Copy link

aunsid commented Oct 8, 2019

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!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants