Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3 pip install rucio-clients fails #1476

Closed
davidgcameron opened this issue Aug 20, 2018 · 2 comments
Closed

python3 pip install rucio-clients fails #1476

davidgcameron opened this issue Aug 20, 2018 · 2 comments

Comments

@davidgcameron
Copy link
Contributor

After today's TCB talk I tried to install rucio clients in a python3 virtualenv, but it fails to find the "futures" dependency:

$ python --version
Python 3.6.5

$ pip install rucio-clients
Collecting rucio-clients
 [...]
Collecting futures>=3.2.0 (from rucio-clients)
  Cache entry deserialization failed, entry ignored
  Could not find a version that satisfies the requirement futures>=3.2.0 (from rucio-clients) (from versions: 0.2.python3, 0.1, 0.2, 1.0, 2.0, 2.1, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1.0, 3.1.1)
No matching distribution found for futures>=3.2.0 (from rucio-clients)

From what I can see this package is a python2 backport of a python3 native package so shouldn't be installed in python3.

@bari12
Copy link
Member

bari12 commented Aug 21, 2018

I have updated #819 and will close this ticket. Right now the clients are compatible with Python 3.5 but fail with 3.6+.

@bari12
Copy link
Member

bari12 commented Aug 21, 2018

Duplicate of #819

@bari12 bari12 marked this as a duplicate of #819 Aug 21, 2018
@bari12 bari12 closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants