Alois Schlögl
Alois Schlögl
$ uname -a `Linux 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux ` $ cat /proc/cpuinfo ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23...
# OS ``` Linux popper 4.14.0-0.bpo.3-amd64 #1 SMP Debian 4.14.13-1~bpo9+1 (2018-01-14) x86_64 GNU/Linux ``` # CPU $ lscpu ```Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4...
I saw the same issue. In my case, it was cased by an incorrect params.py, with an entry for n_channels_dat that did not match the data. Part of the problem...
I can confirm the above issue, when trying to install deepEMenhancer with DEEPEMHANCER_INSTALL_GPU=True python -m pip install . with python3.9 on Debian/bullseye. The issue most likely related to the fact...
I tried a number of things but always ended up in a dead end. The requirements in setup.py are just too outdated, and do not match to python/3.9.7, cuda/11.2.2, cudnn/8.1.0....
I prefer using pypi over conda, so I tried this first. In the meantime, I've installed the conda version, which seems to work. I'm just trying to give feedback to...
There are these pull requests, https://github.com/mxe/mxe/pull/2264 https://github.com/mxe/mxe/pull/2420 I guess I messed to much in my branch, which makes it difficult to merge. If you have a solution to that, please...
If I may give some hints, the packages that I'm regulary maintaining and testing are biosig, sigviewer and stimfit; libxdf is required by sigviewer. All the other stuff has low...
> Yea, we recently updated from a very old gcc compiler to gcc11 as default compiler. > > Well you can adapt the fix patch for gcc11 if you want....
Tests indicates that it is possible to run Stimfit in the Latest version of Windows 10 (Windows version: [10.0.19045.2546]) through WSL2 and Ubuntu. Earlier version of Windows do not support...