File "/opt/asn/apps/python_2.7.1/lib/python2.7/sqlite3/dbapi2.py", line 50, in <module>
version_info = tuple([int(x) for x in version.split(".")])
NameError: name 'version' is not defined
I use Linux on HPC and Python 2.7.1. and I am trying to compile Biopython from source code. But yes, the error is from sqlite3 andI was wondering if I should overwrite the 'sqlite3/dbapi2.py' file. (I do not have super user privileges though)
Tried installing sqlite in my home directory.But still getting the same error message.
Why don't you try pip install biopython? If you do not have admin privileges, install packages like Anaconda which includes most of the libraries required for scientific computing and it install everything in the directory you specify, including python itself.
I am trying to use distruct.py of FastStructure, but the following instructions keep appearing after many attempts, but I can't find the problem, could someone …
Hello. I am new in Biostar, and I am learnig bioinformatics. I am trying to install VARSIMLAB to create aritificial fastq files for DNA resequencing. …
Hi everyone, I was trying to merge my **transcripts.gtf** files from cufflinks using cuffmerge but i am getting bunch of errors. SCRIPT: cuffmerge -s Fov89-1A_65_contigs.fasta …
I am running the H3aBionet16S pipeline on a linux vm 16.04.1 LTS (Xenial Xerus) with correct Node.js i.e. v4.2.6 and cwl version 1.0.20160907111242, but when …
<p><code>python setup.py </p> <p>Traceback (most recent call last): File "setup.py", line 20, in <module> from weblogolib import __version__ File "/home/margaret/Programs/weblogo-3.3/weblogolib/__init__.py", line 108, in <module> from …
Which OS? Which version of Python and Biopython, and how were they installed? The error you've shown is from sqlite3 rather than Biopython itself...
I use Linux on HPC and Python 2.7.1. and I am trying to compile Biopython from source code. But yes, the error is from sqlite3 andI was wondering if I should overwrite the 'sqlite3/dbapi2.py' file. (I do not have super user privileges though)
Tried installing sqlite in my home directory.But still getting the same error message.