loginpass
loginpass copied to clipboard
Latest commits with FastAPI not added to releases
Hi :)
The latest addition back in December is not tagged and put into releases so pip can install it. I was missing the fastapi functions
Hey guys,
Any updates on this? I just installed loginpass and ran into this error:
ImportError: cannot import name 'create_fastapi_routes' from 'loginpass'
and I think as @zyxep stated that could be the cause of the problem.
Thanks.
@inth3wild maybe you need to install this package from GitHub instead of pip.
@essec All right, I will try that. But this can serve as a reminder for the update.
Still the same issue from pip:
ImportError: cannot import name 'create_fastapi_routes' from 'loginpass' (/home/mw/.cache/pypoetry/virtualenvs/devfencer-m8vSYhT4-py3.8/lib/python3.8/site-packages/loginpass/init.py)
Still the same issue from pip:
ImportError: cannot import name 'create_fastapi_routes' from 'loginpass' (/home/mw/.cache/pypoetry/virtualenvs/devfencer-m8vSYhT4-py3.8/lib/python3.8/site-packages/loginpass/init.py)
Try create new env instead of using default poetry venv
loginpass==0.5 - latest release is not what is in the master branch.
your master branch includes create_fastapi_routes however version 0.5 does not. i would think updates to master branch should push new pypi versions no?
i'm here because
ImportError: cannot import name 'create_fastapi_routes' from 'loginpass'
github actions for build/push to pypi need update to correct? any ideas?
list from 0.5 latest package
list from master branch