-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Python tests fail #784
Comments
Looks like NTA_DATA_PATH needs to be set as well:
I (and most of us) don't run these locally (the DB) so you and Travis are |
Can we set it automatically, or at least add it to the README? |
If it's a path used in nupic (I guess so?) we could hard-code it to Cmake. But do you need to change it to point to your custom locations of datasets? In that case note to export it in Readme would be imho better. (And probably not necessarily the "main" readme, but Swarming Readme / wiki?) |
@rhyolight Thoughts? |
👍 |
This same failure is occurring in the Grok pipelines as well. It seems that env vars set within cmake are not remaining afterwards, even though they all seem to get set when I run locally. |
Running tests locally from a fresh shell. I manually unset all nupic-related env vars except for
Got this error:
Looks like
But when I start a fresh shell...
So the environment variables are getting set, but not within the shell environment where cmake ran? @david-ragazzi do you understand this? |
@rhyolight You probably added those lines to .bashrc, in the old shell |
@breznak yes, that was it. |
👍 |
I thought this failure is happening because |
@chetan51 Sorry, it's been a long day. I don't understand why this is failing for you, though. Everything works for me. Can anyone else replicate this failure? |
When I run the Python tests after building with the new method, I see the following error:
http://pastebin.com/pmV2PbQ2
The text was updated successfully, but these errors were encountered: