numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
271 stars 278 forks source link

binary bindings install fails to run py.test #647

Open breznak opened 9 years ago

breznak commented 9 years ago
py.test --pyargs nupic.bindings
========================= test session starts =================================
platform linux2 -- Python 2.7.6 -- pytest-2.5.1
plugins: xdist, cov
ERROR: file or package not found: nupic.bindings
rhyolight commented 8 years ago

I'm confused. Does the nupic.bindings python package even have tests?

vitaly-krugl commented 8 years ago

@rhyolight: There are these: https://github.com/numenta/nupic.core/tree/master/bindings/py/tests; there is also py_region_test that gets built that appears to require an installed nupic.bindings.

rhyolight commented 8 years ago

If these tests are run during the build, then this issue is just a developer command line problem, making it lower priority IMO.