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

Basic example not working #74

Open
rohitgavval opened this issue Feb 2, 2018 · 5 comments
Open

Basic example not working #74

rohitgavval opened this issue Feb 2, 2018 · 5 comments

Comments

@rohitgavval
Copy link

I am trying to run (and follow through) the basic example shared by the author. It looks like the structure of the modules has changed and the examples do not work anymore. @oliviaguest @sevamoo could you please help me make it work? For starters, I get the below error on running the 3rd cell from the Basic example:
AttributeError: 'module' object has no attribute 'SOMFactory'

P.S. I installed sompy using pip.

@sniggilf
Copy link

I have same problem ("Module SOM has no attribute 'SOM' ") and also installed using pip (pip3) in windows command prompt.
Did you resolve this?

@errodriguez
Copy link

Same situation: AttributeError: 'module' object has no attribute 'SOMFactory'. macOS 10.13 using conda and python 2.7.15 from Anaconda, Inc.

@dnsan
Copy link

dnsan commented Nov 4, 2020

Same situation: AttributeError: 'module' object has no attribute 'SOMFactory'. win10 using conda and python 3.5 - 3.79 from Anaconda, Inc.

@abdoulsn
Copy link

Hello for those who have SOMEFactory issue. I've the same error in window and ubuntu when I use pip.
I fixe it by installing SOMPY using the setup(as saisd in readme file.)
Thanks

@mahenning
Copy link

I stumbled on that too, and found out that the sompy package from pip is infact not this one, but from https://github.com/ttlg/sompy (as you can see when clicking on 'Homepage' on https://pypi.org/project/sompy/).
Installing this via pip using the github page directly is working.

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

6 participants