Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error on "ov run exampleinput -a clinvar -t vcf" #37

Open
lopatich opened this issue Nov 28, 2022 · 2 comments
Open

[BUG] Error on "ov run exampleinput -a clinvar -t vcf" #37

lopatich opened this issue Nov 28, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lopatich
Copy link

2022/11/27 23:59:37 oakvar.mapper input file: /home/pavlov_stud/second/project/exampleinput.crv
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.8/multiprocessing/pool.py", line 576, in _handle_results
task = get()
File "/usr/lib/python3.8/multiprocessing/connection.py", line 251, in recv
return _ForkingPickler.loads(buf.getbuffer())
ModuleNotFoundError: No module named 'pysqlite2'

  • OS: Ubuntu
  • OakVar Version v2.6.3
@lopatich lopatich added the bug Something isn't working label Nov 28, 2022
@rkimoakbioinformatics
Copy link
Owner

Hi @lopatich , sorry for this late reply. I was busy with the new release (v2.7). The error seems to be related to your system environment, since OakVar does not use pysqlite2. Did you install OakVar with pip install oakvar? It should use sqlite3 module already included in Python 3. Some suggestions are:

Let me know if the above did not work.

@rkimoakbioinformatics
Copy link
Owner

@lopatich Hi, do you still experience the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants