mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #85] [BUG] Intallation fails in Ubuntu 22.04 #58
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#58
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 @ejgutierrez74 on GitHub (Aug 8, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/85
Describe the bug
Follow the instructions to install from original web.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
onthespot is installed and you can execute onthespot-gui
Screenshots
If applicable, add screenshots to help explain your problem.
System Information (please complete the following information):
Additional context
Ubuntu 22.04 with latest updates.
@casualsnek commented on GitHub (Aug 8, 2023):
There was a small mistake in README.md about installing the built wheel package. I have updated it can you please check it and see if it fixes the issues:
Instead of
pip install .run
@ejgutierrez74 commented on GitHub (Aug 8, 2023):
Should install build or include it in reqeriments.txt 👍
So i solved it:
eduardo@MiPcLinux:/opt/onthespot$ pip install buildAlso i faced this problem:
So onthespot should be installed in one standard bin directory, in PATH like /usr/bin, /usr/local/bin
On a default Ubuntu desktop install $PATH is:
$ echo $PATH
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Thanks for your work