mborus

Results 16 comments of mborus

Thanks for the reminder. Yes, still interested, I'll try to get it in in the easter holiday week.

@pcorbel thanks, that's a way of working around the problem, but not very performant and also not efficient to have to write this code for each insert.. SQLITE and PostgreSQL...

Update: This seems to be a general Windows Python problem and it's fixable by manually installing the "ISRG Root X1" (https://letsencrypt.org/docs/certificate-compatibility/) - http://woshub.com/updating-trusted-root-certificates-in-windows-10/ Still it would be nice if an...

Maybe it's not a good idea to store this data in the user profile at all. The behavior to save something in a user directory is somewhat a surprise. It...

Tried on Windows 10, Python 3.10.2 64bit, fresh venv with pip updated & pytest installed afterwards Then "pip install --pre pyogrio" "pytest --pyargs pyogrio" failed ("message pandas not installed") Installing...

Part 2: Then pip installed pandas and tried "pip install --pre pyogrio" again. Failed: See attached full output. =========================== short test summary info =========================== FAILED gpt/lib/site-packages/pyogrio/tests/test_path.py::test_vsi_handling_read_functions FAILED gpt/lib/site-packages/pyogrio/tests/test_path.py::test_path_absolute FAILED gpt/lib/site-packages/pyogrio/tests/test_path.py::test_path_relative...

OK, tried this (Windows10, 64bit, Python 3.10.2, fresh venv) python -m pip install pip -U pip install --pre pyogrio pip install pytest pandas pyproj shapely pip install --no-deps geopandas pytest...

> Do the server logs show any more details? I'm not sure where I should look for logs, do you know where they are located? >Would you mind trying to...

Below, the error message when saving a message with "🐍" [E 22:13:33.833 LabApp] 500 PUT /lab/api/settings/@jupyterlab/shortcuts-extension:plugin?1551820411370 (::1) 2448.59ms referer=http://localhost:8891/lab [E 00:37:04.398 LabApp] Uncaught exception PUT /lab/api/settings/jupyterlab-topbar-text:plugin?1551829024390 (::1) HTTPServerRequest(protocol='http', host='localhost:8891', method='PUT',...

Thanks for the comments. I also tried putting the form inside the tr tag - Add The behaviour is the same (=form tag is closed immediately), so that doesn't work...