-
Notifications
You must be signed in to change notification settings - Fork 8
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 there a Quickstart somewhere? #10
Comments
You will get and advice in the repo issue how to correctly install htm.core, but maybe you can also install from binary releases (they are up to date) https://github.com/htm-community/htm.core/releases |
Thanks!
Once I downloaded the htm-2d-object-modeling git, I executed the python/main.py and got this error:
I really dont know if this is related to using python 3.7 or what exactly. Used python 3.7 because aparently htm-community/htm.core#19. I'll leave here the instalation script and any help will be appreciated. I cant wait to start digging in the code, but these setup issues are getting in the way :(. |
its not using python3.7 check also this further in your sh script, you can use "python3" or "python3.7" keyword depending on you OS variables |
Or maybe i misunderstood and you was able to install htm.core with py3.7 with no error |
Then I install the requirements for htm-2d-object: I successfully installed htm.core with python 3.7 venv.
I'm using an Ubuntu 16, that might be it? Don't really know the issue here. Whats the setup you recommend to work with then? |
I am using Ubuntu 18.04 (Bionic Beaver), not using virtualenv, just directly python in OS, since i have also troubles with it. Using python 3.6. I am building hmt.core from source (see help in repo) |
I tried this smae procedure in a VMachin in Ubuntu 18, venc python 3.7 and at least no errors appeared . The python main.py gave some output and no errors. So now my question is: where can a find the ode and execute the demo you @Zbysekz gave of an interactive moving object with the detections? |
related to #16 which is in progress |
Hi,
Trying to get the example made by @Zbysekz working but juts cant start the main.py:
I tried to install and compile the nupic.cpp but ran into an issue: htm-community/htm.core#702
Any ideas? Suggestions?
The text was updated successfully, but these errors were encountered: