Closed NinjaKitou closed 7 years ago
Hi @NinjaKitou . The v0.6.19 release has addressed this problem. Ling
Ah yes sorry about that, didn't see the #183, thanks a lot!
Where can this v0.6.19 be found?
OMG. I must have been in an overwhelmed place. I never released the v0.9.16 build to PyPi. This has been fixed.
Hello,
I think there is a regression in the setup.py file, introduced in the 0.6.14 release. From this release, the setup.py is importing the flaskuser module, invoking the __init_\.py.
The problem lies when starting with a fresh installation, typically when building a docker image, and using pip to install the packages.
it fails with the following error:
Indeed, at this time in the build, the passlib is not yet installed. Even when trying to install the passlib, it fails with all the dependencies the module have (second one being flask).
Am I doing something wrong ?