Skip to content
New issue

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

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

Already on GitHub? # to your account

Python versions with rc... suffix are not recognized #79

Closed
ulf1 opened this issue Jun 7, 2021 · 2 comments
Closed

Python versions with rc... suffix are not recognized #79

ulf1 opened this issue Jun 7, 2021 · 2 comments

Comments

@ulf1
Copy link
Contributor

ulf1 commented Jun 7, 2021

Error Message

../lib/python3.8/site-packages/huggingface_hub/file_download.py", line 37, in <genexpr>
    if tuple(int(i) for i in _PY_VERSION.split(".")) < (3, 8, 0):
ValueError: invalid literal for int() with base 10: '3rc1'

My Python version: 3.8.3rc1

@julien-c
Copy link
Member

julien-c commented Jun 7, 2021

I think this might be fixed by a variation of #27

Anyone wants to tackle this?

@ulf1
Copy link
Contributor Author

ulf1 commented Jun 7, 2021

I think this might be fixed by a variation of #27

Anyone wants to tackle this?

#82

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants