karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

promnesia config create error #396

Closed imargonis closed 1 year ago

imargonis commented 1 year ago

When I run 'promnesia config create' I get the following error:

Traceback (most recent call last): File "/home/imargonis/.local/bin/promnesia", line 5, in from promnesia.main import main File "/home/imargonis/.local/lib/python3.10/site-packages/promnesia/main.py", line 13, in from . import server File "/home/imargonis/.local/lib/python3.10/site-packages/promnesia/server.py", line 147, in class Where(Protocol): File "/home/imargonis/.local/lib/python3.10/site-packages/promnesia/server.py", line 148, in Where def call(self, table: Table, url: str) -> ColumnElement[bool]: TypeError: 'VisitableType' object is not subscriptable

imargonis commented 1 year ago

I updated my python version and it worked.