Project

General

Profile

Bug #4400

Updated by Peter Amstutz over 9 years ago

Installing the @arvados_fuse@ and @arvados-python-client@ packages produces the following output: 

 <pre> 
 Unpacking ./dist/arvados_fuse-0.1.20141017184025.d901428.tar.gz 
   Running setup.py (path:/tmp/pip-hgXXvG-build/setup.py) egg_info for package from file:///home/peter/work/arvados/services/fuse/dist/arvados_fuse-0.1.20141017184025.d901428.tar.gz 
     fatal: Not a git repository (or any of the parent directories): .git 
    
   Requirement already satisfied (use --upgrade to upgrade): arvados-fuse==0.1.20141017184025.d901428 from file:///home/peter/work/arvados/services/fuse/dist/arvados_fuse-0.1.20141017184025.d901428.tar.gz in /home/peter/work/arvados/services/fuse 
 Downloading/unpacking arvados-python-client>=0.1.1411069908.8ba7f94 (from arvados-fuse==0.1.20141017184025.d901428) 
   Downloading arvados-python-client-0.1.20141024175815.ef56ac5.tar.gz (71kB): 71kB downloaded 
   Running setup.py (path:/tmp/tmp.4LayB3OknI/build/arvados-python-client/setup.py) egg_info for package arvados-python-client 
     fatal: Not a git repository (or any of the parent directories): .git 
 </pre> 

 The text "fatal: Not a git repository (or any of the parent directories): .git" is not actually a fatal error and should be fixed or suppressed. 

Back