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

Problem with anomaly service #6

Open
felippemr opened this issue Sep 24, 2015 · 2 comments
Open

Problem with anomaly service #6

felippemr opened this issue Sep 24, 2015 · 2 comments

Comments

@felippemr
Copy link

Hi there!

I have installed it jus like the doc says but I'm not being able to start anomaly service inside htmengine, it outputs:

Fatal Python error: PyThreadState_Get: no current thread
(heimdall)(master *)skeleton-htmengine-app$ supervisorctl status
htmengine:anomaly_service        FATAL     Exited too quickly (process log may have details)
htmengine:metric_listener        RUNNING   pid 7755, uptime 0:11:19
htmengine:metric_storer          RUNNING   pid 7757, uptime 0:11:17
htmengine:model_scheduler        RUNNING   pid 7765, uptime 0:11:16
(heimdall)(master *)skeleton-htmengine-app$ cat logs/anomaly_service.log
Fatal Python error: PyThreadState_Get: no current thread
@felippemr
Copy link
Author

Can you help me with it?

@rhyolight
Copy link
Contributor

Yikes, I usually see that error when there is a Python mismatch. Meaning that one version of python was used to build nupic.bindings and another is actually running the code.

This may be an issue with your NuPIC installation. As I said on Gitter, I think maybe you should try to install from source code per https://www.youtube.com/watch?v=sxb_Zrls7Zs.

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