[GH-ISSUE #155] PyPI installation problems #583

Closed
opened 2026-03-13 22:01:39 +03:00 by kerem · 2 comments
Owner

Originally created by @quintendewilde on GitHub (Oct 27, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/155

I have this installation issue with raspberry pi and the Pypi installation.

Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
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-43z4cc54/pendulum/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-43z4cc54/pendulum/

Originally created by @quintendewilde on GitHub (Oct 27, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/155 I have this installation issue with raspberry pi and the Pypi installation. 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-43z4cc54/pendulum/setup.py' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-43z4cc54/pendulum/
kerem closed this issue 2026-03-13 22:01:44 +03:00
Author
Owner

@fp231 commented on GitHub (Oct 28, 2020):

Same here.

<!-- gh-comment-id:717853479 --> @fp231 commented on GitHub (Oct 28, 2020): Same here.
Author
Owner

@alexal1 commented on GitHub (Oct 28, 2020):

You should update your pip:

python3 -m pip install pip --upgrade

And then install insomniac again:

python3 -m pip install insomniac
<!-- gh-comment-id:717964409 --> @alexal1 commented on GitHub (Oct 28, 2020): You should update your `pip`: ``` python3 -m pip install pip --upgrade ``` And then install `insomniac` again: ``` python3 -m pip install insomniac ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#583
No description provided.