Package Details: python-botocore-v2-git r7659.1a4caa8d1-1

Git Clone URL: https://aur.archlinux.org/python-botocore-v2-git.git (read-only, click to copy)
Package Base: python-botocore-v2-git
Description: A low-level interface to a growing number of Amazon Web Services v2
Upstream URL: https://github.com/boto/botocore
Licenses: Apache
Conflicts: python-botocore
Provides: python-botocore
Submitter: kylelaker
Maintainer: etienne
Last Packager: etienne
Votes: 4
Popularity: 0.000000
First Submitted: 2020-03-20 01:32 (UTC)
Last Updated: 2020-12-04 17:11 (UTC)

Required by (16)

Sources (1)

Latest Comments

Cbhihe commented on 2020-12-04 17:51 (UTC)

Update uneventful. Thank you, Etienne.

rtur commented on 2020-08-12 06:02 (UTC)

Build fails in a clean chroot. Git is missing as a make dependency.

Cbhihe commented on 2020-06-26 16:22 (UTC)

@kylelaker: my bad, I modified PKGBUILD to reflect my system python binary path and all was fine... Apologies for the earlier trigger-happy response to the error message.
Side note: you are also right about pyenv 's python version not being up to date. Fixed.

kylelaker commented on 2020-06-26 13:04 (UTC)

@Cbhihe: It looks like you're using pyenv, not the system Python. I've seen this issue personally when system libraries upgrade but I have not re-built that version of Python in pyenv. You should be able to run pyenv install VERSION (looks like you're using 3.8.0 but 3.8.3 should be the latest 3.8.x version). Additionally, you may want to make sure you're using the system Python, not pyenv. I don't believe this is an issue with the package.

Cbhihe commented on 2020-06-26 12:02 (UTC) (edited on 2020-06-26 12:03 (UTC) by Cbhihe)

Error during build:

 ==> Starting build()...
Traceback (most recent call last):
File "setup.py", line 7, in <module>
   from setuptools import setup, find_packages
File "/home/ckb/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/__init__.py", line 20, in <module>
  from setuptools.dist import Distribution, Feature
File "/home/ckb/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/dist.py", line 35, in <module>
  from setuptools import windows_support
File "/home/ckb/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/windows_support.py", line 2, in <module>
  import ctypes
File "/home/ckb/.pyenv/versions/3.8.0/lib/python3.8/ctypes/__init__.py", line 7, in <module>
  from _ctypes import Union, Structure, Array
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...