OpenBazaar-Server
OpenBazaar-Server copied to clipboard
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
Brief Description:
Error when starting server (or even getting help message)
Operating System (OS and version): linux, ubuntu, 4.4.0-83-generic OpenBazaar version: (HEAD detached at v0.2.6) Hardware: Intel
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always
Steps to reproduce:
- Install depends
- clone openbazaar-server git repo and check out v0.2.6 tag
- Manually apply fix described in issue #521
- Run: python openbazaard.py start --help
Observed Behavior:
Traceback (most recent call last):
File "openbazaard.py", line 12, in
Expected Behavior:
the help message
Additional info (links, images, etc go here):
none
Ah, this is fixed by using pyopenssl==16.2.0 (probably needs to be updated in requirements.txt)
find whitch version of pyopenssl you have (maybe in this time 17.3.0) open requirements.txt in the folder /home/OpenBazaar-server - open folder in termninal through terminal write sudo gedit requirements.txt and update your pyopenssl==17.3.0 (depend on your current python version) save and run open bazaar command again / its should to work, atleast worked for me
I saw the AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
error too and sudo pip install pyOpenSSL==16.2.0
resolved it for me!