Package Details: python-pyglm 2.7.1-1

Git Clone URL: https://aur.archlinux.org/python-pyglm.git (read-only, click to copy)
Package Base: python-pyglm
Description: OpenGL Mathematics library for Python
Upstream URL: https://github.com/Zuzu-Typ/PyGLM
Licenses: zlib
Submitter: ahmubashshir
Maintainer: ahmubashshir
Last Packager: ahmubashshir
Votes: 2
Popularity: 0.000042
First Submitted: 2021-09-03 15:22 (UTC)
Last Updated: 2023-11-19 06:33 (UTC)

Dependencies (3)

Required by (2)

Sources (3)

Latest Comments

saltedcoffii commented on 2022-12-01 14:55 (UTC)

PyGLM 2.6.0 fails to build. This fatal error happens during the build step:

Traceback (most recent call last):
  File "/tmp/makepkg/python-pyglm/src/PyGLM-2.6.0/setup.py", line 33, in <module>
    shutil.copy2("pyglm-typing/src/glm_typing/__init__.py", "glm-stubs/glm_typing.py")
  File "/usr/lib/python3.10/shutil.py", line 434, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'pyglm-typing/src/glm_typing/__init__.py'