yochaigal / kettlewright

Kettlewright
https://kettlewright.com
GNU General Public License v3.0
44 stars 7 forks source link

When running locally `pipenv shell` fails because pipenv does not support version range specifier (eg.: `python_version = ">3.10"`) #121

Closed efsalvarenga closed 1 month ago

efsalvarenga commented 1 month ago

Describe the bug When running locally pipenv shell fails because pipenv does not support version range specifier (eg.: python_version = ">3.10")

To Reproduce Steps to reproduce the behavior:

  1. Run locally following the steps on README.
  2. When running pipenv shell it fails: Error: Python version range specifier '>3.10' is not supported. Please use an absolute version number or specify the path to the Python executable on Pipfile.

Expected behavior The virtual environment would have been created

Screenshots N/A

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

yochaigal commented 1 month ago

Thanks, I think I will just remove the requirement completely.