bird-house / hummingbird

A Web Processing Service for compliance checks used in the climate science community.
http://birdhouse-hummingbird.readthedocs.io/en/latest/
Apache License 2.0
6 stars 2 forks source link

make install fails for "simplegeneric" package #8

Closed cehbrecht closed 7 years ago

cehbrecht commented 8 years ago

on update of current hummingbird there is a simplegeneric python package in the way ...

File "/home/uudqi/anaconda/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/home/uudqi/.conda/envs/birdhouse/lib/python2.7/site-packages/simplegeneric-0.8.1-py2.7.egg-info'
 While:
  Installing conda. 
cehbrecht commented 8 years ago

i guess simplegeneric was install by pip ... now it comes with conda ... don't know what caused then change ... i've replaced nose tests with pytests ... maybe thats where it comes from.

workaround: remove simplegeneric from the env manually:

$ rm -rf  .conda/envs/birdhouse/lib/python2.7/site-packages/simplegeneric*

and run "make install" again ... hope that helps

cehbrecht commented 8 years ago

the troubles may come from using the conda-forge channel ...

cehbrecht commented 7 years ago

does not occur anymore.