Skip to content
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

Open
zyxep opened this issue Feb 14, 2021 · 6 comments
Open

Latest commits with FastAPI not added to releases #83

zyxep opened this issue Feb 14, 2021 · 6 comments

Comments

@zyxep
Copy link

zyxep commented Feb 14, 2021

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

@inth3wild
Copy link

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.

@jakeeind
Copy link

@inth3wild maybe you need to install this package from GitHub instead of pip.

@inth3wild
Copy link

@ESSEC All right, I will try that. But this can serve as a reminder for the update.

@macwis
Copy link

macwis commented Dec 24, 2021

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)

@jakeeind
Copy link

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

@styk-tv
Copy link

styk-tv commented Mar 15, 2023

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
image

list from master branch
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants