Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627120 - dev-vcs/bzr-fastimport-0.13.0 with dev-python/python-fastimport-0.9.6: ImportError: cannot import name binary_stream
Summary: dev-vcs/bzr-fastimport-0.13.0 with dev-python/python-fastimport-0.9.6: Import...
Status: RESOLVED DUPLICATE of bug 591446
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexandre Rostovtsev (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-05 18:59 UTC by Jan Vesely
Modified: 2017-08-10 11:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2017-08-05 18:59:46 UTC
bzr: ERROR: exceptions.ImportError: cannot import name binary_stream
dev-python/python-fastimport was stabilized on 6/30/2017 and causes this fault:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/bzrlib/commands.py", line 1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib64/python2.7/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib64/python2.7/site-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/bzrlib/plugins/fastimport/cmds.py", line 679, in run
    from bzrlib.plugins.fastimport import exporter
  File "/usr/lib64/python2.7/site-packages/bzrlib/plugins/fastimport/exporter.py", line 67, in <module>
    from fastimport.helpers import (
ImportError: cannot import name binary_stream
Comment 1 Jonas Stein gentoo-dev 2017-08-10 11:02:29 UTC

*** This bug has been marked as a duplicate of bug 591446 ***