<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I am new to cubicweb and trying to install it in a virtualenv
(python 2.7) with pip, and it cannot find the "constraint" lib :<br>
<blockquote>
<pre>Downloading/unpacking constraint>=0.5.0 (from rql>=0.31.2->cubicweb)
Could not find a version that satisfies the requirement constraint>=0.5.0 (from rql>=0.31.2->cubicweb) (from versions: )
No distributions matching the version for constraint>=0.5.0 (from rql>=0.31.2->cubicweb)</pre>
</blockquote>
<br>
Since constraint-0.5.0 does not exist, I tried installing
logilab-constraint first, but the result was the same.<br>
<br>
<br>
If it helps understanding I also had a non-blocking error on the rql
install (a bit earlier in the log than the above) :<br>
<blockquote>
<pre> Downloading rql-0.31.2.tar.gz (154kB): 154kB downloaded
Storing download in cache at /home/cdevienne/.pipcache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fr%2Frql%2Frql-0.31.2.tar.gz
Running setup.py egg_info for package rql
data/gecode_version.cc:1:29: erreur fatale: gecode/support.hh : Aucun fichier ou dossier de ce type
compilation terminée.</pre>
</blockquote>
<br>
I am running a ubuntu 12.10 (if that matters).<br>
<br>
What should I do ?<br>
<br>
Thanks,<br>
<br>
Christophe<br>
</body>
</html>