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

python setup.py develop not working #78

@zopyx

Description

@zopyx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions