ImportError: cannot import name
Posted: Thu Jan 29, 2015 8:32 pm
Hi, I'm using deluge 1.4.0.dev359-1 on archlinux 3.18.4-1. Sorry if I'm reporting about issue of development brunch in wrong place. I'll be glad if u tell me how can I report about it correctly.
I get an error, when tried to run deluge:
I tried to rebuild and get
As I understood from google, it's python2 problem (I'm not familiar with this language), so I looked for recent updates of packeges with pithon2 in it's name and saw:
So, look forward to any comments :3
I get an error, when tried to run deluge:
Code: Select all
Traceback (most recent call last):
File "/usr/bin/deluge", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: cannot import name load_entry_point
Code: Select all
Traceback (most recent call last):
File "setup.py", line 20, in <module>
from setuptools import find_packages, setup
ImportError: cannot import name find_packages
Code: Select all
[2015-01-27 09:06] [ALPM] upgraded python2-setuptools (1:12.0.4-1 -> 1:12.0.5-1)