https://bugzilla.redhat.com/show_bug.cgi?id=1276926 --- Comment #2 from Igor Gnatenko <i.gnatenko.brain@xxxxxxxxx> --- $ python -c 'import nipy.utils; print(nipy.utils.example_data.msg)' nipy/__init__.py:25: UserWarning: Running the tests from the install directory may trigger some failures warnings.warn('Running the tests from the install directory may ' Could not find datasource "nipy/data" in data path "/usr/share/nipy:/usr/local/share/nipy:/home/brain/.nipy"; Is it possible you have not installed a data package? You may need the package "nipy-data" You can download and install the package from: http://nipy.org/data-packages/nipy-data-0.2.tar.gz Check the instructions in the ``doc/users/install_data.rst`` file in the nipy source tree, or online at http://nipy.org/nipy/stable/users/install_data.html If you have the package, have you set the path to the package correctly? [brain@x1carbon nipy-0.4.0]$ python -c 'import nipy.utils; print(nipy.utils.templates.msg)' nipy/__init__.py:25: UserWarning: Running the tests from the install directory may trigger some failures warnings.warn('Running the tests from the install directory may ' Could not find datasource "nipy/templates" in data path "/usr/share/nipy:/usr/local/share/nipy:/home/brain/.nipy"; Is it possible you have not installed a data package? You may need the package "nipy-templates" You can download and install the package from: http://nipy.org/data-packages/nipy-templates-0.2.tar.gz Check the instructions in the ``doc/users/install_data.rst`` file in the nipy source tree, or online at http://nipy.org/nipy/stable/users/install_data.html If you have the package, have you set the path to the package correctly? so it should be in /usr/share/nipy/nipy/data. I will fix in importing, but anyway it's double nipy -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review