mblackgeo/flask-cognito-lib

Duplicate file name preventing push

CaptThomas opened this issue · 3 comments

Hi contributors, it looks like version 1.3.2 somehow already exists on PyPip but is broken. I’d like to use this project in my code so I would like to ask the developers to push a new version such as 1.3.3 as a release as soon as possible.

Could you elaborate on what problem you are having? A fresh install from pip on a clean venv showed no issues. I also was able to run the example with no issues on 1.3.2

On Windows 11 22H2 with Python 3.10.11 in a conda environment, I can install flask-cognito-lib using pip but it is not resolved when I use import flask_cognito_lib in a python file.

Please ignore this, it fixed itself when I switched virtual environment providers, interesting why venv worked better for me.