openshift/openshift-restclient-python

pip installation is failing

jainpratik163 opened this issue · 5 comments

installation is failing with below error

Traceback (most recent call last): File "setup.py", line 50, in <module> packages=find_packages(include='openshift.*'), TypeError: find_packages() got an unexpected keyword argument 'include'

below steps I follow

  1. git clone https://github.com/openshift/openshift-restclient-python.git
  2. cd openshift-restclient-python
  3. python setup.py install

when I upgraded PIP and setuptools above error gone but now I am getting below error .
i also tried to install PyYaml & request as required version but whenever I run this pip install openshift all time it install latest version of pyyaml and request

docker-compose 1.24.1 requires PyYAML<4.3,>=3.10, but you'll have pyyaml 5.3.1 which is incompatible.
docker-compose 1.24.1 requires requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1, but you'll have requests 2.24.0 which is incompatible.

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

@openshift-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.