** Description changed:

- extractreads fails to run on Oracular with the following error:
+ [ Impact ]
  
+ extractreads fails to run and crashes immediately with the error:
  
  $ extractreads
  Traceback (most recent call last):
    File "/usr/bin/extractreads", line 12, in <module>
      from obitools.word._readindex import ReadIndex,minword
    File "src/obitools/word/_readindex.pyx", line 11, in init 
obitools.word._readindex
  ModuleNotFoundError: No module named 'cPickle'
+ 
+ [ Test Plan ]
+ 
+ install obitools.
+ 
+ Execute "extractreads --help"
+ 
+ If the package is not fixed, it will fail with the above error.
+ 
+ With the fixed package, it will print the help menu.
+ 
+ [ Where problems could occur ]
+ 
+ There should not be any regression due to this change. The code modification 
from "cPickle" to "pickle" was done during Python2 to Python3 migration.
+ I guess this reference to cPickle was overlooked and missed at that time.
+ 
+ [ Other Info ]
+ 
+ This has been fixed in Debian and has synced with Oracular, so Oracular
+ is now fixed.
+ 
+ [ Original Bug Description ]
+ 
+ extractreads fails to run on Oracular with the following error:
+ 
+ $ extractreads
+ Traceback (most recent call last):
+   File "/usr/bin/extractreads", line 12, in <module>
+     from obitools.word._readindex import ReadIndex,minword
+   File "src/obitools/word/_readindex.pyx", line 11, in init 
obitools.word._readindex
+ ModuleNotFoundError: No module named 'cPickle'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069647

Title:
  [SRU] extractreads fails to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/obitools/+bug/2069647/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to