Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

python setup.py develop not working #78

Open
zopyx opened this issue Jun 14, 2016 · 0 comments
Open

python setup.py develop not working #78

zopyx opened this issue Jun 14, 2016 · 0 comments

Comments

@zopyx
Copy link

zopyx commented Jun 14, 2016

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.

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