-
Notifications
You must be signed in to change notification settings - Fork 242
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
Comments
I have same problem ("Module SOM has no attribute 'SOM' ") and also installed using pip (pip3) in windows command prompt. |
Same situation: AttributeError: 'module' object has no attribute 'SOMFactory'. macOS 10.13 using conda and python 2.7.15 from Anaconda, Inc. |
Same situation: AttributeError: 'module' object has no attribute 'SOMFactory'. win10 using conda and python 3.5 - 3.79 from Anaconda, Inc. |
Hello for those who have SOMEFactory issue. I've the same error in window and ubuntu when I use pip. |
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/). |
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.
The text was updated successfully, but these errors were encountered: