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

"make passwd" is broken #173

Closed cehbrecht closed 5 years ago

cehbrecht commented 5 years ago

error message:

$ make passwd 
Generate Phoenix password ...
Enter a password with at least 8 characters.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named IPython.lib
Makefile:227: recipe for target 'passwd' failed
make: *** [passwd] Error 1

It uses ipython which is not installed in the conda env.