suciokhan
suciokhan
I'm having similar problems...lots of TimeoutError instances when I try to do a full scan, but it works if I tell it to only look at google with `./mailcat.py -p...
`UPDATE`: I observed that when I disable pyfftw with the `--no-pyfftw` flag, it generates the outputs. It appears something is wrong with pyfftw; I tried installing the underlying fftw package...
In case it helps, I'll add my system details for when I experienced this, as they are different from the original poster's. Environment - OS (where TypeDB server runs): Ubuntu...
@alexjpwalker Hmmm...that's close; a nice structure, but it doesn't have the values... ``` with TypeDB.core_client("127.0.0.1:1729") as client: with client.session("database", SessionType.DATA) as session: with session.transaction(TransactionType.READ, options) as read_transaction: # Do a...
This fails when I try it in a Jupyter Notebook, as well as in a standard .py file inside of the conda environment I've been using. Never seen this happen...
`apt show libc6 -a` Package: libc6 Version: 2.31-0ubuntu9.3 Status: install ok installed Priority: required Section: libs Source: glibc Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Installed-Size: 13.6 MB Depends: libgcc-s1,...
Apologies for the delay- it indeed opens fine now :+1:
There are no comma values for the `id` column in the source data.
Sure, I will send you a link to the 2 files I was having trouble with.
Using it over a VPN, it has failed for me for servers in multiple countries over UDP. I'd rather not say specifics as to which ones. I added in try/except...