-
Hello armando
here the result of the unit tests
testXRFImport (fisx.tests.testXRF.testXRF) ... ok
testXRFInstantiation (fisx.tests.testXRF.testXRF) ... ok
testXRFResults (fisx.tests.testXRF.testXRF)…
picca updated
8 years ago
-
uname -a
Linux ruby-dev 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
sudo apt-get install cgmanager cgmanager-utils cgroup-bin
The following are avail…
-
Had some trouble getting this to work (and am still having trouble). Since Python 3 has changed some of its modules, namely http.cookiejar, urllib2, urllib.parse... the **init** in cleverbot.py causes…
cxlai updated
8 years ago
-
pyhton3.4.4
my code is :
import theano
> > > a = theano.tensor.vector("a")
> > > b = a + a *\* 10
> > > f = theano.function([a], b)
> > > print(f([0, 1, 2]))
> > > [ 0. 2. 1026.]
> > > thean…
Tveek updated
8 years ago
-
When I try `bin/django graph_models -g -a -o graph.png` I get `CommandError: Neither pygraphviz nor pydot could be found to generate the image` But I have pygraphviz and graphviz installed and I can i…
-
i am testing the project with mingw64.
i can compile everything out of the box with mingw64 release and also with mingw32 release.
i try to test the build on mingw32-build.
sample.rpt is created, a a…
-
I'm trying to install avro 1.7.7 (http://mirrors.gigenet.com/apache/avro/avro-1.7.7/avro-src-1.7.7.tar.gz), but there are several missing dependencies including maven. Can you please try to compile av…
-
Even adding deadsnakes' PPA does not make the package pyhton3.3-dev available. is there another source for this package?
I am posting this here, because the build-manual explicitly recomments installi…
glaxx updated
10 years ago
-
Sharing `python2` and `python3` on the same project is a bit doggy.
_I would rather adopt `python3` once for all._
The problem with `python3` is mainly the compatibility issue with `opencv < 3.0`.
AFA…
-
When attempting to perform dantalian init myLib the init fails with the following (note the ^ indicator is positioned under the = sign):
Traceback (most recent call last):
File "/usr/local/bin/dant…