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
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
Observed Behavior:
Traceback (most recent call last):
File "openbazaard.py", line 12, in
from api.restapi import RestAPI
File "/ob/OpenBazaar-Server/api/restapi.py", line 32, in
from market.migration import migratev2
File "/ob/OpenBazaar-Server/market/migration.py", line 8, in
import requests
ImportError: No module named requests
Expected Behavior:
the server should start
Additional info (links, images, etc go here):
The text was updated successfully, but these errors were encountered:
Brief Description:
Starting the server fails with: ImportError: No module named requests
Operating System (OS and version): linux
OpenBazaar version: master
Hardware: intel
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce):
Always
Steps to reproduce:
Observed Behavior:
Traceback (most recent call last):
File "openbazaard.py", line 12, in
from api.restapi import RestAPI
File "/ob/OpenBazaar-Server/api/restapi.py", line 32, in
from market.migration import migratev2
File "/ob/OpenBazaar-Server/market/migration.py", line 8, in
import requests
ImportError: No module named requests
Expected Behavior:
the server should start
Additional info (links, images, etc go here):
The text was updated successfully, but these errors were encountered: