mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #155] PyPI installation problems #126
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/
@fp231 commented on GitHub (Oct 28, 2020):
Same here.
@alexal1 commented on GitHub (Oct 28, 2020):
You should update your
pip:And then install
insomniacagain: