Skip to Content.
Sympa Menu

cado-nfs - Re: [Cado-nfs-discuss] Alpha release of CADO-NFS 2.0 available for testing

Subject: Discussion related to cado-nfs

List archive

Re: [Cado-nfs-discuss] Alpha release of CADO-NFS 2.0 available for testing


Chronological Thread 
  • From: Alexander Kruppa <alexander.kruppa@inria.fr>
  • To: paul leyland <paul.leyland@gmail.com>
  • Cc: Cado-nfs-discuss@lists.gforge.inria.fr
  • Subject: Re: [Cado-nfs-discuss] Alpha release of CADO-NFS 2.0 available for testing
  • Date: Fri, 11 Oct 2013 14:10:42 +0200 (CEST)
  • List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss>
  • List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>

----- Original Message -----
> From: "Paul Leyland" <paul.leyland@gmail.com>
> To: "Alexander Kruppa" <alexander.kruppa@inria.fr>
> Cc: Cado-nfs-discuss@lists.gforge.inria.fr
> Sent: Friday, 11 October, 2013 2:02:58 PM
> Subject: Re: [Cado-nfs-discuss] Alpha release of CADO-NFS 2.0 available for
> testing
>
>
> First bug report. On a fully up to date Gentoo x86-64 box "make"
> went
> smoothly. Then:
>
> pcl@maat ~/cado-nfs-2.0alpha_a23402ef $ ./factor.sh
> 90377629292003121684002147101760858109247336549001090677693 -t 2
> Traceback (most recent call last):
> File
> "/home/pcl/cado-nfs-2.0alpha_a23402ef/scripts/cadofactor/cadofactor.py",
> line 7, in <module>
> import cadotask
> File
> "/home/pcl/cado-nfs-2.0alpha_a23402ef/scripts/cadofactor/cadotask.py",
> line 16, in <module>
> import wudb
> File
> "/home/pcl/cado-nfs-2.0alpha_a23402ef/scripts/cadofactor/wudb.py",
> line 17, in <module>
> import sqlite3
> ImportError: No module named sqlite3
> FAILED ; data left in /tmp/cado.8KAaYAazQq
> pcl@maat ~/cado-nfs-2.0alpha_a23402ef $
>
>
> Perhaps the configure scripts could check for necessary Python
> modules?
>
>
> Paul

It probably should check the version of Python at least. I'm a bit surprised
by this error; the sqlite3 module was added to the Python standard library in
2.5, and cadofactor.py requires Python 3 to run at all. Which versions of
Python are installed? I.e., which (if any) do you get by executing "python
-V", "python2 -V", and "python3 -V"?

Thanks,
Alex





Archive powered by MHonArc 2.6.19+.

Top of Page