python_api icon indicating copy to clipboard operation
python_api copied to clipboard

python setup.py develop not working

Open zopyx opened this issue 9 years ago • 0 comments

You can not perform the standard 'develop' set:

Suxmac-2:python_api ajung$ bin/python setup.py develop
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    import marklogic
  File "/Users/ajung/src/python_api/marklogic/__init__.py", line 22, in <module>
    import requests
ImportError: No module named 'requests'

This is basically a chicken egg problem. 'requests' is defined as dependency but it is already an uninstalled dependency.

zopyx avatar Jun 14 '16 14:06 zopyx