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

ImportError: No module named 'vine' on kombu==4.1.0 version #851

Closed
Dmdv opened this issue Apr 25, 2018 · 1 comment
Closed

ImportError: No module named 'vine' on kombu==4.1.0 version #851

Dmdv opened this issue Apr 25, 2018 · 1 comment

Comments

@Dmdv
Copy link

Dmdv commented Apr 25, 2018

Python 3.5

File "/opt/main/backend/api/extensions/rabbit.py", line 9, in
import kombu.common
File "/usr/local/lib/python3.5/site-packages/kombu/common.py", line 16, in
from .entity import Exchange, Queue
File "/usr/local/lib/python3.5/site-packages/kombu/entity.py", line 6, in
from .abstract import MaybeChannelBound, Object
File "/usr/local/lib/python3.5/site-packages/kombu/abstract.py", line 6, in
from .connection import maybe_channel
File "/usr/local/lib/python3.5/site-packages/kombu/connection.py", line 15, in
from kombu import exceptions
File "/usr/local/lib/python3.5/site-packages/kombu/exceptions.py", line 8, in
from kombu.five import python_2_unicode_compatible
File "/usr/local/lib/python3.5/site-packages/kombu/five.py", line 6, in
import vine.five
ImportError: No module named 'vine'

@Dmdv
Copy link
Author

Dmdv commented Apr 25, 2018

The issue I fixed with
pip install -U kombu

Which resulted in the following

Requirement already up-to-date: kombu in /usr/local/lib/python3.5/site-packages
Collecting amqp<3.0,>=2.1.4 (from kombu)
Downloading https://files.pythonhosted.org/packages/88/4a/8c45a882d842678963516ebd9cf584a4ded51af719234c3b696c2e884c60/amqp-2.2.2-py2.py3-none-any.whl (48kB)
Collecting vine>=1.1.3 (from amqp<3.0,>=2.1.4->kombu)
Downloading https://files.pythonhosted.org/packages/10/50/5b1ebe42843c19f35edb15022ecae339fbec6db5b241a7a13c924dabf2a3/vine-1.1.4-py2.py3-none-any.whl
Installing collected packages: vine, amqp
Found existing installation: amqp 1.4.9
Uninstalling amqp-1.4.9:
Successfully uninstalled amqp-1.4.9
Successfully installed amqp-2.2.2 vine-1.1.4

@Dmdv Dmdv closed this as completed Apr 25, 2018
openstack-mirroring pushed a commit to openstack/designate that referenced this issue Oct 5, 2020
There is no module named 'vine' on kombu==4.1.0 version [1]. Bumping
to kombu-4.2.1 (and not kombu-4.2.0) [2].

[1] celery/kombu#851
[2] https://docs.celeryproject.org/projects/kombu/en/stable/changelog.html#version-4-2-1

Change-Id: I57a7649fde1cceda787622aa1975f3a7100aeb29
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
openstack-mirroring pushed a commit to openstack/openstack that referenced this issue Oct 5, 2020
* Update designate from branch 'master'
  - Merge "Increase lower-constraint for kombu"
  - Increase lower-constraint for kombu
    
    There is no module named 'vine' on kombu==4.1.0 version [1]. Bumping
    to kombu-4.2.1 (and not kombu-4.2.0) [2].
    
    [1] celery/kombu#851
    [2] https://docs.celeryproject.org/projects/kombu/en/stable/changelog.html#version-4-2-1
    
    Change-Id: I57a7649fde1cceda787622aa1975f3a7100aeb29
    Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
openstack-mirroring pushed a commit to openstack/designate that referenced this issue Oct 21, 2020
There is no module named 'vine' on kombu==4.1.0 version [1]. Bumping
to kombu-4.2.1 (and not kombu-4.2.0) [2].

[1] celery/kombu#851
[2] https://docs.celeryproject.org/projects/kombu/en/stable/changelog.html#version-4-2-1

Change-Id: I57a7649fde1cceda787622aa1975f3a7100aeb29
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
(cherry picked from commit a0d2051)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant