bgpranking-redis-api
bgpranking-redis-api copied to clipboard
- api requirement missing
import bgpranking_web Traceback (most recent call last): File "
", line 1, in File "/Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages/bgpranking_web-1.1.1-py3.6.egg/bgpranking_web/init.py", line 1, in ModuleNotFoundError: No module named 'api'
~/tmp 21s (pymissp) ❯ pip install api Collecting api Downloading api-0.0.7.tar.gz Requirement already satisfied: requests in /Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages (from api) Collecting nose (from api) Downloading nose-1.3.7-py3-none-any.whl (154kB) 100% |████████████████████████████████| 163kB 3.1MB/s Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages (from requests->api) Requirement already satisfied: certifi>=2017.4.17 in /Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages (from requests->api) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages (from requests->api) Requirement already satisfied: idna<2.7,>=2.5 in /Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages (from requests->api) Building wheels for collected packages: api Running setup.py bdist_wheel for api ... done Stored in directory: /Users/steve/Library/Caches/pip/wheels/ca/66/28/1d355ae51ca1727283ed5eea970c8ecfd686b24c72623511e9 Successfully built api Installing collected packages: nose, api Successfully installed api-0.0.7 nose-1.3.7
~/tmp (pymissp) ❯ python Python 3.6.4 (default, Mar 9 2018, 23:15:03) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import bgpranking_web