loginpass icon indicating copy to clipboard operation
loginpass copied to clipboard

Latest commits with FastAPI not added to releases

Open zyxep opened this issue 4 years ago • 6 comments

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

zyxep avatar Feb 14 '21 16:02 zyxep

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 avatar Aug 10 '21 17:08 inth3wild

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

jakeeind avatar Aug 11 '21 03:08 jakeeind

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

inth3wild avatar Aug 11 '21 13:08 inth3wild

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)

macwis avatar Dec 24 '21 10:12 macwis

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

jakeeind avatar Dec 26 '21 20:12 jakeeind

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

styk-tv avatar Mar 15 '23 09:03 styk-tv