-
Unfortunately, there are small duplicates in multiple areas with no single solution.
1. makefile.
2. setup.py (minimal)
3. wrapper.pyx/stl.pyx
4. minor cpp stuff.
-
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 98, in h5py.h5f.create
OS…
-
When running the test suite with "accelerate" enabled and Python built with assertions enabled (`--with-assertions`), the test suite crashes with failed assertion in the C extension:
```pytb
$ tox…
-
Hi, I was running multiple runs parallelly on multiple GPUs with the same output folder and one of the runs exited with the error below when fixing interface residues.
The runs continued for more t…
-
## 1) Bug
It looks like we are having issues with parallel IO in the latest dev branch
### Steps to Reproduce
When I run the MPI demo:
```python
OSError: Can't prepare for writing data (Paralle…
-
It's running in ubuntu 20.04 with a conda virtual environment, in which `python=3.6.13, pyyaml=6.0, cython=0.29.32, pycollada=0.7.2, setuptools=58.0.4, vpython=7.6.2, pycairo=1.20.1, pygobject=3.42.2,…
-
After installing PyYAML via pip on PyPy 3.7 (which builds a wheel behind the scenes), an ImportWarning is emitted when importing `yaml`:
```python traceback
$ python3 -Werror -c "import yaml"
Tra…
-
Hi Narender,
I am having issue loading the model. This is the error message below:
**File "C:\Users\OLAYINKA.ADU\Desktop\Monitor\app.py", line 29, in
import camera
File "C:\Users\OLAYIN…
-
```
user@disp5943:~/python3-netfilterqueue-packager$ bash -x ./build.sh
+ source build.conf
++ archive_sha256=f24c592a0d2e8b2233ee365528fc1f90f7e3d80cb35c09195e3aafe3d451eac5
++ archive_url=https…
-
Traceback (most recent call last):
File "demo.py", line 37, in
net_utils.load_net(trained_model, net)
File "/home/pcrane/yolo2-pytorch/utils/network.py", line 66, in load_net
param = …