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

check gives error "not recognizable version string operator:" #32

Open
luizribeiro opened this issue Aug 10, 2020 · 3 comments
Open

check gives error "not recognizable version string operator:" #32

luizribeiro opened this issue Aug 10, 2020 · 3 comments

Comments

@luizribeiro
Copy link

When I run pipenv-setup check on the repository luizribeiro/labby (see Pipfile), I get this error:

% pipenv-setup check
not recognizable version string operator:
dependency check failed

Any idea what is going on?

I'm using python 3.8 and pipenv version 2020.6.2

@florian-guily
Copy link

Same for me here

@JosephMCP
Copy link

appreciate this was a long time ago.. @florian-guily @luizribeiro did you ever get to the bottom of this?

@crimsonknave
Copy link

Just ran into this. In my case it was caused by my Pipfile specifying a package version with just "1.2.3" and not "==1.2.3" (or any of the other options like > and so on). Once I updated that and re-ran the sync command it worked.

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

4 participants