bird-house / malleefowl

Malleefowl has WPS processes for climate data access and workflows.
http://malleefowl.readthedocs.io/en/latest/
Other
2 stars 2 forks source link

troubles with malleefowl using as a conda package and processes ... #11

Closed cehbrecht closed 8 years ago

cehbrecht commented 9 years ago

malleefowl is installed as a conda package which is used by other "birds" like flyingpigeon.

When you work on malleefowl processes and have other "birds" installed you might see an unexpected behavior. When a malleefowl process is called asynchronously then the process will choose the malleefowl module from the conda package ... not the malleefowl code you just edited.

Workaround: remove the conda package

$ source activate birdhouse
$ conda remove malleefowl

Needs a more convenient solution ;)

cehbrecht commented 8 years ago

malleefowl not a dependency anymore of other birds.