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

Pipenv support for python versions < 3.6 #1

Open
R-Faraji opened this issue Jul 14, 2022 · 0 comments
Open

Pipenv support for python versions < 3.6 #1

R-Faraji opened this issue Jul 14, 2022 · 0 comments

Comments

@R-Faraji
Copy link
Collaborator

R-Faraji commented Jul 14, 2022

As for now, using pipenv to install packages and their dependencies does not work when using a virtual env with a python version < 3.6.
Which is a significant problem for managing dependencies, since relying only on pip is not a good thing.
The main error from python version < 3.6 is for example with python version 3.5.1 :

Locking Failed! 

  File "/home/richard/.local/pipx/venvs/pipenv/lib/python3.8/site-packages/pipenv/resolver.py", line 34
    path_options = [name, f"{name}.py"]
                                     ^
SyntaxError: invalid syntax

So not only is it gimping the project, but if the locking part of pipenv is not working might no as well not use pipenv since all of the caviar is that the locking file prevents problems from the dependencies.

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

1 participant