Hi, I have this error after an update of my system (bench update and pip update…)
Already up-to-date.
 
Depuis GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript 
branch            develop    → FETCH_HEAD 
Already up-to-date. 
Depuis GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) 
 
branch            develop    → FETCH_HEAD 
Already up-to-date. 
Depuis GitHub - saurabh6790/loyalty_point 
 
branch            master     → FETCH_HEAD 
Already up-to-date. 
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-_huGeD/frappe 
Traceback (most recent call last): 
File “/usr/local/bin/bench”, line 9, in  
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)() 
File “/home/phil/bench-repo/bench/cli.py”, line 60, in cli 
bench() 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 610, in call  
return self.main(*args, **kwargs) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 590, in main 
rv = self.invoke(ctx) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 936, in invoke 
return _process_result(sub_ctx.command.invoke(sub_ctx)) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 782, in invoke 
return ctx.invoke(self.callback, **ctx.params) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 416, in invoke 
return callback(*args, **kwargs) 
File “/home/phil/bench-repo/bench/cli.py”, line 240, in _update 
update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force) 
File “/home/phil/bench-repo/bench/cli.py”, line 260, in update 
update_requirements(bench=bench_path) 
File “/home/phil/bench-repo/bench/utils.py”, line 355, in update_requirements 
exec_cmd(“{pip} install -q -r {req_file}”.format(pip=pip, req_file=req_file)) 
File “/home/phil/bench-repo/bench/utils.py”, line 104, in exec_cmd 
raise CommandFailedError(cmd) 
bench.utils.CommandFailedError: ./env/bin/pip install -q -r ./apps/erpnext/requirements.txt 
 
             
            
               
               
               
            
           
          
            
              
                pdvyas  
                
               
              
                  
                    October 16, 2015, 12:46am
                   
                   
              2 
               
             
            
              Can you run bench update --requirements again, there’s no clue to follow in the traceback
             
            
               
               
               
            
           
          
            
            
              Traceback (most recent call last): 
File “/usr/local/bin/bench”, line 9, in  
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)() 
File “/home/ikhlas3/bench-repo/bench/cli.py”, line 60, in cli 
bench() 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 610, in call  
return self.main(*args, **kwargs) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 590, in main 
rv = self.invoke(ctx) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 936, in invoke 
return _process_result(sub_ctx.command.invoke(sub_ctx)) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 782, in invoke 
return ctx.invoke(self.callback, **ctx.params) 
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 416, in invoke 
return callback(*args, **kwargs) 
File “/home/ikhlas3/bench-repo/bench/cli.py”, line 240, in _update 
update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force) 
File “/home/ikhlas3/bench-repo/bench/cli.py”, line 259, in update 
update_requirements(bench=bench_path) 
File “/home/ikhlas3/bench-repo/bench/utils.py”, line 354, in update_requirements 
exec_cmd(“{pip} install -q -r {req_file}”.format(pip=pip, req_file=req_file)) 
File “/home/ikhlas3/bench-repo/bench/utils.py”, line 104, in exec_cmd 
raise CommandFailedError(cmd) 
bench.utils.CommandFailedError: ./env/bin/pip install -q -r ./apps/frappe/requirements.txt
             
            
               
               
               
            
           
          
            
            
              
 phil@PI-Server:~$ bench update --requirements
Requirement already satisfied (use --upgrade to upgrade): Pillow in /usr/lib/python2.7/dist-packages
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qdJZ2T/frappe
Traceback (most recent call last):
  File "/usr/local/bin/bench", line 9, in <module>
    load_entry_point('bench==0.1', 'console_scripts', 'bench')()
  File "/home/phil/bench-repo/bench/cli.py", line 60, in cli
    bench()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 610, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 590, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 936, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 782, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 416, in invoke
    return callback(*args, **kwargs)
  File "/home/phil/bench-repo/bench/cli.py", line 240, in _update
    update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
  File "/home/phil/bench-repo/bench/cli.py", line 262, in update
    update_requirements(bench=bench_path)
  File "/home/phil/bench-repo/bench/utils.py", line 353, in update_requirements
    exec_cmd("{pip} install -q -r {req_file}".format(pip=pip, req_file=req_file))
  File "/home/phil/bench-repo/bench/utils.py", line 103, in exec_cmd
    raise CommandFailedError(cmd)
bench.utils.CommandFailedError: ./env/bin/pip install -q -r ./apps/erpnext/requirements.txt
 
             
            
               
               
               
            
           
          
            
            
              in my requirement ./apps/erpnext/requirements.txt 
I just have :
frappe 
unidecode
             
            
               
               
               
            
           
          
            
              
                pdvyas  
                
               
              
                  
                    October 16, 2015,  7:47pm
                   
                   
              6 
               
             
            
              Searching for the error, I found this, can you try and report back?
  
  
      
     
   
  python, pip 
   
  
    
    
  
  
 
             
            
               
               
               
            
           
          
            
            
              After 2 day of work I have fixed my problem 
Many dependecie was missing like testfm and other :
For me I fixed with
sudo apt-get install gfortran libatlas-base-dev liblapack-dev python-dev build-essential
sudo pip install https://github.com/grafos-ml/test.fm/archive/v1.0.tar.gz
sudo pip install -U testfm
sudo pip install frappe
and recreate my virtual environnement (in frappre dir) : virtualenv -p python2.7 ./env/   
and finally :
sudo apt-get install -y libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk