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

"Segmentation fault: 11" when importing json #15

Closed
nbro opened this issue Aug 27, 2018 · 1 comment
Closed

"Segmentation fault: 11" when importing json #15

nbro opened this issue Aug 27, 2018 · 1 comment

Comments

@nbro
Copy link

nbro commented Aug 27, 2018

I am getting the famous "Segmentation fault: 11" error while importing json in the file nupic_history/io_client.py, whose corresponding module is indirectly imported from the webserver.py script, when importing NupicHistory (i.e. from nupic_history import NupicHistory). The strangest things are that json is a standard Python module and I can import it from an interactive Python shell without getting this error. The json module is not even used in nupic_history/io_client.py, so I commented that import statement. But I am getting another error now, but it's related to the import statement import capnp in that same file nupic_history/io_client.py (See this issue).

Of course, I have looked for a solution on the web, but I didn't really find something similar. I just wanted to let you know about this strange behavior. I'm on a Mac OS X, version 10.13.6, and I am using Python 2.7.15 in a virtual environment.

@rhyolight
Copy link
Contributor

See: numenta/nupic-legacy#3851

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