Skip to content

pip install pendulum fails on raspbery pi 4 (arm7) #504

Open
@Fabs

Description

@Fabs
  • I am on the latest Pendulum version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • OS version and name: Linux pi 5.4.51-v7l+ #1333 SMP armv7l GNU/Linux
  • Pendulum version: 2.1.2

Issue

Can't install it on raspbery pi 4.

(venv) pi@pi:~/lunos/samurai $ uname -a
Linux pi 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux
(venv) pi@pi:~/lunos/samurai $ python --version
Python 3.7.3
(venv) pi@pi:~/lunos/samurai $ pip --version
pip 18.1 from /home/pi/lunos/samurai/venv/lib/python3.7/site-packages/pip (python 3.7)
(venv) pi@pi:~/lunos/samurai $ pip install pendulum
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pendulum
  Using cached https://files.pythonhosted.org/packages/db/15/6e89ae7cde7907118769ed3d2481566d05b5fd362724025198bb95faf599/pendulum-2.1.2.tar.gz
  Installing build dependencies ... done
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.7/tokenize.py", line 447, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-1d2npdqh/pendulum/setup.py'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-1d2npdqh/pendulum/

Metadata

Metadata

Assignees

No one assigned

    Labels

    PackagingRelated to system-specific package building issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions