bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

Error during make install #143

Closed fmigneault closed 6 years ago

fmigneault commented 6 years ago

Clean install from master (commit 5842bd4816f5c466fd08bbac9e6076d6d76fdc19) produces following error :

Version and requirements information containing webob:
  Requirement of pyramid_twitcher>=0.3.0: webob
  Requirement of pyramid: WebOb>=1.7.0rc2
  Requirement of pyramid>=1.7.3: WebOb>=1.7.0rc2
  Requirement of pyramid>=1.5: WebOb>=1.7.0rc2
While:
  Installing celery.
Error: There is a version conflict.
We already have: WebOb 1.6.1
Makefile:196: recipe for target 'install' failed
make: [install] Error 1 (ignored)

Issue is resolved via manual update of WebOb with :

source activate pyramid-phoenix
conda install webob

Therefore, some requirement might be missing / incorrect.

cehbrecht commented 6 years ago

I suppose this is fixed in the current master.