holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 32 forks source link

Environment `default` is incompatible: cannot locate Python: 3.9 #20

Closed MarcSkovMadsen closed 11 months ago

MarcSkovMadsen commented 11 months ago

I'm trying to install and serve the project following the new instructions using hatch

When I run

hatch run panel serve docs/examples/**/*.py --static-dirs thumbnails=docs/assets/thumbnails --autoreload

It fails

Environment `default` is incompatible: cannot locate Python: 3.9

I don't have and cannot get Python 3.9 installed for enterprise reasons. I have python 3.10.

Please make the installation more flexible to support at least Python 3.9-3.11. Thanks.