This repository was archived by the owner on Dec 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
Problem with flet-datatable2 #3
Copy link
Copy link
Open
Description
Hello,
I am trying to work with flet-datatable2, but I am getting error that the module does not exist.
in my main.py file is:
from flet_datatable2 import Size, DataRow2, DataColumn2, DataTable2
and in pyproject.toml
dependencies = [
#"flet-datatable2 @ git+https://github.com/flet-dev/flet_datatable2.git",
"flet==0.27.6",
#"flet_datatable2==site_packages.src"
"supabase<=2.13.0",
"flet-datatable2==0.1.0"
]
here I am checking the flet-datatable2 in the pip3.13:
lukas@lukass-macbook-pro-1 budget_for_kids % pip3.13 list
WARNING: Ignoring invalid distribution ~let (/usr/local/lib/python3.13/site-packages)
Package Version
--------------------- --------------
aiohappyeyeballs 2.4.6
aiohttp 3.11.12
aiosignal 1.3.2
annotated-types 0.7.0
anyio 4.8.0
arrow 1.3.0
attrs 25.1.0
binaryornot 0.4.4
build 1.2.2.post1
CacheControl 0.14.2
certifi 2024.12.14
cffi 1.17.1
chardet 5.2.0
charset-normalizer 3.4.1
cleo 2.1.0
click 8.1.8
cookiecutter 2.6.0
crashtest 0.4.1
deprecation 2.1.0
distlib 0.3.9
dulwich 0.22.8
fastapi 0.115.8
fastjsonschema 2.21.1
figmaflet 0.0.6
filelock 3.17.0
findpython 0.6.2
flet 0.27.6
flet-abp-cli 1.0.10
flet-cli 0.27.6
flet-datatable2 0.1.0
flet-desktop 0.27.6
flet-easy 0.2.9
flet_navigator 3.8.6
flet-web 0.27.6
fletx 0.2.0
frozenlist 1.5.0
gotrue 2.11.3
h11 0.14.0
h2 4.2.0
hpack 4.1.0
httpcore 1.0.7
httptools 0.6.4
httpx 0.28.1
hyperframe 6.1.0
idna 3.10
installer 0.7.0
jaraco.classes 3.4.0
jaraco.context 6.0.1
jaraco.functools 4.1.0
Jinja2 3.1.5
keyring 25.6.0
markdown-it-py 3.0.0
MarkupSafe 3.0.2
mdurl 0.1.2
more-itertools 10.6.0
msgpack 1.1.0
multidict 6.1.0
oauthlib 3.2.2
packaging 24.2
pbs-installer 2025.2.12
pillow 11.1.0
pip 25.0.1
pkginfo 1.12.1.2
platformdirs 4.3.6
poetry 2.1.1
poetry-core 2.1.1
postgrest 0.19.3
propcache 0.2.1
pycparser 2.22
pydantic 2.10.6
pydantic_core 2.27.2
Pygments 2.19.1
pypng 0.20220715.0
pyproject_hooks 1.2.0
python-dateutil 2.9.0.post0
python-dotenv 1.0.1
python-slugify 8.0.4
PyYAML 6.0.2
qrcode 7.4.2
RapidFuzz 3.12.2
realtime 2.3.0
repath 0.9.0
requests 2.32.3
requests-toolbelt 1.0.0
rich 13.9.4
setuptools 75.8.0
shellingham 1.5.4
six 1.17.0
sniffio 1.3.1
starlette 0.45.3
storage3 0.11.3
StrEnum 0.4.15
supabase 2.13.0
supafunc 0.9.3
TBB 0.2
text-unidecode 1.3
toml 0.10.2
tomlkit 0.13.2
trove-classifiers 2025.3.3.18
types-python-dateutil 2.9.0.20241206
typing_extensions 4.12.2
urllib3 2.3.0
uvicorn 0.34.0
uvloop 0.21.0
virtualenv 20.29.2
watchdog 4.0.2
watchfiles 1.0.4
websocket-client 1.8.0
websockets 11.0.3
wsproto 1.2.0
xattr 1.1.4
yarl 1.18.3
zstandard 0.23.0
lukas@lukass-macbook-pro-1 budget_for_kids % poetry env use python3.13
Using virtualenv: /Users/lukas/Library/Caches/pypoetry/virtualenvs/budget-for-kids-ZCQG6EZu-py3.13
lukas@lukass-macbook-pro-1 budget_for_kids % poetry run flet run -d main.py
Traceback (most recent call last):
File "/Users/lukas/Documents/BILEK-STUDIO/CODE-LOCAL/PYTHON/FLET/budget_for_kids/src/main.py", line 14, in <module>
from flet_datatable2 import Size, DataRow2, DataColumn2, DataTable2
ModuleNotFoundError: No module named 'flet_datatable2'
^C% lukas@lukass-macbook-pro-1 budget_for_kids % poetry run flet run -d main.py
Traceback (most recent call last):
File "/Users/lukas/Documents/BILEK-STUDIO/CODE-LOCAL/PYTHON/FLET/budget_for_kids/src/main.py", line 14, in <module>
from flet_datatable2 import Size, DataRow2, DataColumn2, DataTable2
ModuleNotFoundError: No module named 'flet_datatable2'
^C% lukas@lukass-macbook-pro-1 budget_for_kids %
What I am doing wrong, or what should I do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels