aio-libs / aiobotocore

asyncio support for botocore library using aiohttp

Home Page:https://aiobotocore.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py3 distribution not available in aiobotocore V2.1.2

semyonestrin opened this issue · comments

Describe the bug

  • Kind request to create py3 distribution package for aiotobotocore V2.1.2
  • We are using pipenv install with --platform flag in order to work with the above lib on top of AWS Lambda Runtime dependency
  • The above method is not able to find the package because it is not built for python.
  • Screenshot with error description can be found below (when working with --platform manylinux2014_x86_64)

image

Checklist

  • I have reproduced in an environment where pip check passes without errors
  • I have provided pip freeze results
  • I have provided sample code or detailed way to reproduce
  • I have tried the same code in botocore to ensure this is an aiobotocore specific issue
  • I have tried similar code in aiohttp to ensure this is is an aiobotocore specific issue
  • I have checked the latest and older versions of aiobotocore/aiohttp/python to see if this is a regression / injection

I'm not sure what you mean it's not built for python, these are the classifiers it has in setup.py for that version:

    'Intended Audience :: Developers',
    'Intended Audience :: System Administrators',
    'Programming Language :: Python :: 3',
    'Programming Language :: Python :: 3.6',
    'Programming Language :: Python :: 3.7',
    'Programming Language :: Python :: 3.8',
    'Programming Language :: Python :: 3.9',
    'Environment :: Web Environment',
    'Development Status :: 4 - Beta',
    'Framework :: AsyncIO',

on top of that, tar.gz means raw source any platform.

Many thanks for the prompt reply.

In later versions there is downloadable .whl file built especially for py3, but not in 2.1.2.

I was wondering if it’s possible to publish such for 2.1.2.

9B554078-7198-49EF-81D8-6E1404BB277B

ah ok to add a wheel. Ya will do

added