You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> python master.py --server=localhost
Traceback (most recent call last):
File "master.py", line 16, in <module>
from geventirc import Client
ImportError: No module named geventirc
running install
running bdist_egg
running egg_info
creating lib/geventirc.egg-info
writing requirements to lib/geventirc.egg-info/requires.txt
writing lib/geventirc.egg-info/PKG-INFO
writing namespace_packages to lib/geventirc.egg-info/namespace_packages.txt
writing top-level names to lib/geventirc.egg-info/top_level.txt
writing dependency_links to lib/geventirc.egg-info/dependency_links.txt
writing manifest file 'lib/geventirc.egg-info/SOURCES.txt'
error: Namespace package problem: geventirc is a namespace package, but its
__init__.py does not call declare_namespace()! Please fix it.
(See the setuptools manual under "Namespace Packages" for details.)
"
The text was updated successfully, but these errors were encountered:
cannot find
geventirc
viapip
and runningpython setup.py install
on https://github.com/gwik/geventirc results in an error:The text was updated successfully, but these errors were encountered: