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
After installing everything which was mentioned at https://github.com/tgalal/yowsup under Installation
I typed the following command yowsup-cli registration --help
Traceback (most recent call last):
File "/usr/local/bin/yowsup-cli", line 6, in <module>
from yowsup.env import YowsupEnv
File "/usr/local/lib/python2.7/dist-packages/yowsup/env/__init__.py", line 1, in <module>
from .env import YowsupEnv
File "/usr/local/lib/python2.7/dist-packages/yowsup/env/env.py", line 15, in <module>
class YowsupEnv(with_metaclass(YowsupEnvType, object)):
File "/usr/lib/python2.7/abc.py", line 87, in __new__
cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
TypeError: Error when calling the metaclass bases
metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
can somebody help me please?
The text was updated successfully, but these errors were encountered:
After installing everything which was mentioned at https://github.com/tgalal/yowsup under Installation
I typed the following command
yowsup-cli registration --help
can somebody help me please?
The text was updated successfully, but these errors were encountered: