tigeraniya / papy

Automatically exported from code.google.com/p/papy
0 stars 0 forks source link

Package 'nubio' not find on install #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I get an error message after installing numap and papy, about missing 
'nubio' package:

What steps will reproduce the problem?

1. Checkout papy, revision #202
2. go into the folder papy-read-only/numap
3. Execute:
   $ sudo python setup.py install
4. cd ../papy
5. Execute:
   $ sudo python setup.py install 1> stdout.txt

Expected Result: Empty output of stderr

Actual Result (stderr):

no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.elc' found anywhere in 
distribution
warning: no previously-included files matching '*.orig' found anywhere in 
distribution
warning: no previously-included files matching '*.rej' found anywhere in 
distribution
warning: no previously-included files matching '*~' found anywhere in 
distribution
warning: no previously-included files matching '*.o' found anywhere in 
distribution
warning: no previously-included files matching '*.so' found anywhere in 
distribution
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
warning: no previously-included files matching '*.swp' found anywhere in 
distribution
warning: no previously-included files matching '*.prof' found anywhere in 
distribution
warning: no previously-included files matching '*py.class' found anywhere in 
distribution
Couldn't find index page for 'nubio' (maybe misspelled?)
No local packages or download links found for nubio
error: Could not find suitable distribution for Requirement.parse('nubio')

What version of the product are you using? On what operating system?

- Revision 202
- Python Version 2.7.4
- Xubuntu 13.04 64bit

Original issue reported on code.google.com by samuel.l...@gmail.com on 4 Nov 2013 at 11:05

GoogleCodeExporter commented 8 years ago
Ah, just realized I should use the downloadeable bundle instead, which includes 
nubio and more: http://code.google.com/p/papy/downloads/list

... seems to work so far! (Though, maybe a note on this gotcha could be added 
on the frontpage?)

Original comment by samuel.l...@gmail.com on 4 Nov 2013 at 11:09