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

BUG- Update required python version in Pipfile #1151

Open
2 tasks
anunayasri opened this issue Apr 10, 2024 · 0 comments
Open
2 tasks

BUG- Update required python version in Pipfile #1151

anunayasri opened this issue Apr 10, 2024 · 0 comments
Labels
🖧 Devops Operations, monitoring, maintenance, deployment, packaging 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be addressed

Comments

@anunayasri
Copy link

anunayasri commented Apr 10, 2024

Description
Taipy required python version >= 3.8 but Pipfile mentions required python_version as 3. It should be >=3.8.
I was setting up the codebase in my local and the setup broker due to this. I am trying to use pdm for managing dependencies. pipenv is too slow on my system.

How to reproduce

brew install pdm
cd $PROJECT_ROOT
pdm install

Error -

❯ pdm install
Lock file does not exist
Updating the lock file...
🔒 Lock failed
Unable to find a resolution because the following dependencies don't work on all Python versions in the
range of the project's `requires-python`: >=3.6.
  python>=3.7 (from <Candidate apispec@6.3.0 from https://pypi.org/simple/apispec/>)
A possible solution is to change the value of `requires-python` in pyproject.toml to >=3.7.
See /var/folders/d7/dtz_zy9d30l96qxg2qzvv5nm0000gn/T/pdm-lock-st285xoy.log for detailed debug log.
[ResolutionImpossible]: Unable to find a resolution

Runtime environment
Please specify relevant indications.

  • Taipy version (or branch name): develop branch
  • OS: macOS Monterey

Acceptance Criteria

  • Ensure local setup works with the python_version change
  • Ensure automated tests work fine with this change
@anunayasri anunayasri added the 💥Malfunction Addresses an identified problem. label Apr 10, 2024
@jrobinAV jrobinAV added the 🖧 Devops Operations, monitoring, maintenance, deployment, packaging label Apr 19, 2024
@jrobinAV jrobinAV added 🆘 Help wanted Open to participation from the community 🟨 Priority: Medium Not blocking but should be addressed labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖧 Devops Operations, monitoring, maintenance, deployment, packaging 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟨 Priority: Medium Not blocking but should be addressed
Projects
None yet
Development

No branches or pull requests

2 participants