-
To create the problem attempt to import all the required libraries. The following import error appears when you attempt to import all required libaries:
> ImportError: libicui18n.so.56: cannot open…
-
On Ubuntu 15.10 with BLAS and ATLAS installed from reps (ATLAS was not custom built). Neanderthal loads correctly, `dv` works OK. But the attempt to `(copy (dv 1 2 3))` fails with
```
java: symbol l…
-
I've found that when reading PNG files, (lib)exiv2 calls stat() excessively often:
```
$ strace -e stat exiv2 /path/to/image.png 2>&1|grep stat|wc -l
7265
```
Yes, the file in question is 114…
-
As I posted an issue at here [crosstool-NG libraries are incompatible with CentOS 7 GNU linker!?](https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/OOspD7nRRaM), I find crosstool-NG comp…
-
Hi!
I want russia language packs By instruction.
In the menu and panel tab appeared, but the Russian language is not working. All in English.
http://rgho.st/7GnrfkXGK
Why not work russia l…
-
Is there a way to ask the build system to build a shared library that one can link a program written using the C++ API against? My apologies for this simple question, but I am very unfamiliar with thi…
-
I see this error locally:
```
$ python setup.py test
running test
Traceback (most recent call last):
File "setup.py", line 140, in
'build_ext': SmartBuildExt,
File "/Users/deil/Library…
cdeil updated
6 years ago
-
This issue is an attempt to collect and organize different topics related to microversions which have been taking place in other PRs and Issues.
This issue is to discuss high-level implementation d…
-
The homebrew install of leveldb seems to not properly package the dylib name or else it's missing a symlink. Caffe compiles properly, but crashes instantly:
```
dyld: Library not loaded: /usr/local/o…
-
Hi @SteveDiamond and CVXPY developers,
Our Travis bots (DIPY) have different issues with `cvxpy` after your last release. We had no issues before.
As you can see [here](https://travis-ci.org/nip…