Replies: 1 comment
-
Thanks. I'll make a note in the readme when I get back home.
…On Tue, Jun 18, 2024, 7:06 PM Sam Tannous ***@***.***> wrote:
Hello,
Just found your fine program. Thanks!
One little problem I had installing on an ubuntu 24.04 laptop was an error
installing with pip.
$ pip install fdlogger
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
I used pipx instead and it everything ran just fine.
$ sudo apt install pipx
Reading package lists... Done
$ pipx install fdlogger
installed package fdlogger 24.5.25, installed using Python 3.12.3
These apps are now globally available
- fdlogger
done! ✨ 🌟 ✨
Thanks again,
Sam Tannous, KJ4VWG
—
Reply to this email directly, view it on GitHub
<#44>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWVLRM7G266335AIFDVEPDZIDRSJAVCNFSM6AAAAABJRDTYDOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHAZTOMJQGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Just found your fine program. Thanks!
One little problem I had installing on an ubuntu 24.04 laptop was an error installing with pip.
$ pip install fdlogger
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
I used pipx instead and it everything ran just fine.
$ sudo apt install pipx
Reading package lists... Done
$ pipx install fdlogger
installed package fdlogger 24.5.25, installed using Python 3.12.3
These apps are now globally available
- fdlogger
done! ✨ 🌟 ✨
Thanks again,
Sam Tannous, KJ4VWG
Beta Was this translation helpful? Give feedback.
All reactions