-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest commits with FastAPI not added to releases #83
Comments
Hey guys, |
@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) |
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
github actions for build/push to pypi need update to correct? any ideas? |
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
The text was updated successfully, but these errors were encountered: