Fix requirements #40

Open
opened 2023-12-13 10:44:05 -06:00 by W1CDN · 0 comments
Owner

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:

  • aprs3, kiss, kiss3 - connects to dw
  • aprs3, kiss - doesn't connect, error
  • aprs3, kiss3 -

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.

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: - aprs3, kiss, kiss3 - connects to dw - aprs3, kiss - doesn't connect, error - aprs3, kiss3 - 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.
W1CDN added the
bug
label 2023-12-13 10:44:05 -06:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: W1CDN/aprs_tool#40
No description provided.