-
Can we get a pypi release of pydicom with the new package name? The fact you cannot install from pypi with the new package name is causing issues like: https://github.com/patmun/pynetdicom/pull/43.
-
Summary: When I run bootstrap it complains that findutils is not installed with the right options:
`[ERR ] findutils is already installed with options '',
[ERR ] but not the required '--with-default…
-
/CC @Korijn
I am on Python2.
pydicom can `read_file` fine even if the path is a unicode string. This works:
``` python
pydicom.read_file(unicode(fps))
```
but this does not:
``` python-tb
pydico…
-
##### System information (version)
- OpenCV =>3.2.0-dev
- Operating System / Platform => ubuntu 16.04
- Compiler => GCC 5.4.0
##### Detailed description
In python3 and python, import c…
-
Just installed Ginkgocadx in a fresh (but totally updated&upgraded) Ubuntu 16.04 and got told by a Medic that the contrast tool is not working as intended.
Made a [video](https://github.com/gerddie…
Niujk updated
7 years ago
-
We are in trouble with our CI since yesterday regarding an install of a package (gdcm) present in conda-forge.
In short we get the following:
```
WARNING: The remote server could not find the n…
-
Add pip requirements.txt
-
Look into installing GDCM in travis scripts and include it as a dependency to be installed.
Possible resource: https://docs.travis-ci.com/user/installing-dependencies/#Installing-Projects-from-Source…
-
![mexopencv_stitching_detail](https://user-images.githubusercontent.com/22748546/26914240-c3b0e5be-4c52-11e7-9e81-2633d4cc9d85.jpg)
Dear all, I try the stitching_detailed_demo.m in the mexopencv3…
-
* face_recognition version: same in this repo
* Python version: 2 and 3
* Operating System: Linux Ubuntu 16
### Description
Trying to recognize
I get this Error from running the: facerec_from…