Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

ImportError: No module named requests #532

Closed
bladedoyle opened this issue Jul 22, 2017 · 2 comments
Closed

ImportError: No module named requests #532

bladedoyle opened this issue Jul 22, 2017 · 2 comments

Comments

@bladedoyle
Copy link

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:

  1. install depends
  2. clone the openbazaar server git repo
  3. checkout master
  4. manually apply fixes for existing issues TypeError with protobuf 3.0.0, protobuf 3.0.0b2 works #521 and AttributeError: 'module' object has no attribute 'SSL_ST_INIT' #531
  5. run python openbazaard.py start

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):

@bladedoyle
Copy link
Author

bladedoyle commented Jul 22, 2017

Please add additional module depend "requests==2.18.1" to project requirements.txt

@bladedoyle
Copy link
Author

This is a duplicate of #528

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant