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
With the current master on Ubuntu 16.04.2 LTS I get:
# python openbazaard.py start --help
Traceback (most recent call last):
File "openbazaard.py", line 11, in <module>
from api.ws import WSFactory, AuthenticatedWebSocketProtocol, AuthenticatedWebSocketFactory
File "/root/OpenBazaar-Server/api/ws.py", line 17, in <module>
from dht.node import Node
File "/root/OpenBazaar-Server/dht/node.py", line 8, in <module>
from protos import objects
File "/root/OpenBazaar-Server/protos/objects.py", line 17, in <module>
import countries as countries__pb2
File "/root/OpenBazaar-Server/protos/countries.py", line 36, in <module>
type=None),
File "/usr/local/lib/python2.7/dist-packages/google/protobuf/descriptor.py", line 652, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors should not be created directly, but only retrieved from their parent.
pip install protobuf==3.0.0b2 fixes this (pointed out by @clehner at #326). Getting back to protobuf==3.0.0 brings the error again.
With the current master on Ubuntu 16.04.2 LTS I get:
pip install protobuf==3.0.0b2fixes this (pointed out by @clehner at #326). Getting back toprotobuf==3.0.0brings the error again.