Skip to content

Package does not support python 3.8 #148

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

Closed
klarose opened this issue Oct 16, 2019 · 2 comments · Fixed by #149
Closed

Package does not support python 3.8 #148

klarose opened this issue Oct 16, 2019 · 2 comments · Fixed by #149

Comments

@klarose
Copy link

klarose commented Oct 16, 2019

Python 3.8 was recently released. It'd be nice if this package would work with it. Currently it is excluded by setup.py.

When I try to install it in python3.8 it fails:

docker run --rm -ti --entrypoint=pip3 python:3.8 install 'fluent-logger<0.10.0,>=0.9.3'
Unable to find image 'python:3.8' locally
3.8: Pulling from library/python
Digest: sha256:f2157e214fc01e5cc4a1991728870fef889a7034a117886429bd9ce8edc129ab
Status: Downloaded newer image for python:3.8
ERROR: Could not find a version that satisfies the requirement fluent-logger<0.10.0,>=0.9.3 (from versions: 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.6.1, 0.6.2, 0.7.0)
ERROR: No matching distribution found for fluent-logger<0.10.0,>=0.9.3

This works fine for python 3.7:

 docker run --rm -ti --entrypoint=pip3 python:3.7 install 'fluent-logger<0.10.0,>=0.9.3'
Collecting fluent-logger<0.10.0,>=0.9.3
  Downloading https://files.pythonhosted.org/packages/7b/bd/ca035aa263f98d0d5ca3b6ffbaa8289eac5f97e1fd07f04baa7c3e088d5d/fluent_logger-0.9.3-py2.py3-none-any.whl
Collecting msgpack (from fluent-logger<0.10.0,>=0.9.3)
  Downloading https://files.pythonhosted.org/packages/25/f8/6009e73f5b08743718d0660a18ecbc44b013a68980347a3835b63e875cdb/msgpack-0.6.2-cp37-cp37m-manylinux1_x86_64.whl (243kB)
    100% |████████████████████████████████| 245kB 3.7MB/s 
Installing collected packages: msgpack, fluent-logger
Successfully installed fluent-logger-0.9.3 msgpack-0.6.2
You are using pip version 19.0.3, however version 19.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
@arcivanov
Copy link
Member

Thank you, will fix ASAP

arcivanov added a commit to arcivanov/fluent-logger-python that referenced this issue Oct 16, 2019
arcivanov added a commit to arcivanov/fluent-logger-python that referenced this issue Oct 16, 2019
arcivanov added a commit to arcivanov/fluent-logger-python that referenced this issue Oct 16, 2019
arcivanov added a commit to arcivanov/fluent-logger-python that referenced this issue Oct 16, 2019
arcivanov added a commit to arcivanov/fluent-logger-python that referenced this issue Oct 16, 2019
fixes fluent#148

Signed-off-by: Arcadiy Ivanov <arcadiy@ivanov.biz>
@klarose
Copy link
Author

klarose commented Oct 16, 2019

Thanks for the quick fix!

mcipperly pushed a commit to mcipperly/fluent-logger-python that referenced this issue Apr 21, 2021
fixes fluent#148

Signed-off-by: Arcadiy Ivanov <arcadiy@ivanov.biz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants