Fix requirements #40
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: W1CDN/aprs_tool#40
Loading…
Reference in New Issue
Block a user
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?
Still unclear what someone should install and what is required.. Copying below from #30:
Now have aprs3, kiss, and kiss3 installed with pip3, but not aprs. This at least will connect to direwolf.
Installed together:
Ahh, something weird hanging out in
"/home/pi/.local/lib/python3.7/site-packages/aprs/__init__.py"
that pip3 uninstall doesn't touch.Is it some weird user/sudo package namespace thing I don't understand? No, messed with sudo pip and found out it's not recommended.
This seems to get things running again:
pip install --upgrade --force-reinstall aprs3
but still with both kiss and kiss3 in addition.