Giovanni De Gasperis
Giovanni De Gasperis
I am using python 3.8.10 now, setuptools 57.5.0 with a virtual env, still with the import problem. I may try downgrading setuptools more.
ok found setuptools 56.0.0 is OK! this is now my pipi listi in the virtual environment: ``` pip list Package Version ------------------ --------- addict 2.4.0 aiofiles 0.7.0 anyio 3.3.0 asgiref...
btw, using docker and latest python3:8 image I found this better setuptools 57.4.0: ``` pip list Package Version ------------------ --------- addict 2.4.0 aiofiles 0.7.0 anyio 3.3.0 asgiref 3.4.1 certifi 2021.5.30...
Some preliminary test show it is ok now. Thank you.
Yes indeed, I tried to delete the session, but having an explicit expire would help a lot. Thank's.
Has current release fix it? I still have it, sometime in logs: ```python AttributeError: 'WebSocket' object has no attribute 'page_id' ERROR websockets_impl: Exception in ASGI application Traceback (most recent call...
@msrkala I tried this simple app containing your table sampe, but there is no style: https://gist.github.com/giodegas/c4372300c4f6f65cde6427c883c1503b How could be enriched to look great? Thank's.
This is how it looks like now:  :-)
Forgot the 5.4 section title
fix nlpia typo in the ReadMe.md