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

Doc/taipy#1748 - Stop supporting python 3.8 #1127

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

trgiangdo
Copy link
Member

@trgiangdo trgiangdo added the 🖧 Devops Operations, monitoring, maintenance, deployment, packaging label Sep 19, 2024
@trgiangdo trgiangdo self-assigned this Sep 19, 2024
Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!
Please make sure that Marketing (Rym) is aware of the move so the web site is up-to-date as well.


```bash
pip install taipy
```

For the NLP feature (Python 3.8 to 3.10), install:
For the NLP feature (Python 3.9 to 3.10), install:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still true? With Python 3.12 out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for PyTorch. I'm not sure if it remains true till this day. Let me check

@@ -67,11 +67,11 @@ taipy

On your local machine, start the application by doing:
```console
$ python3.8 -m pip install -r requirements.txt
$ python3.9 -m pip install -r requirements.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just python3 or even python?? Why bother?

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop support for Python 3.8
3 participants