-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (42 loc) · 1.2 KB
/
requirements.txt
File metadata and controls
43 lines (42 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
###############################################################################
#
# Under uv:
# rm -r .venv/ pyproject.toml .python-version uv.lock
# uv init
# uv add -r requirements.txt
#
# On RPI, also need:
# uv pip install -r requirements.txt
#
# On RPi using X11 and VNC, QT does not render everything correctly.
# I "think" the fix is to add video=HDMI-A-1:1920x1080M@60D
# to the end of the line in /boot/firmware/cmdline.txt. This seems to work
# but I'm not convinced yet ... keep trying ... See also demos/hello3.py
# See also demos/hello3.py
#
# It does, however, work just fine if we use RDP instead of VNC (tested both
# X11 and labwc display managers.) So the problem appears to be with VNC
#
# Also need the "libs" and "data" directories which are available in this
# repository.
# Set the PYTHONPATH environment variable to point to where "libs" is installed,
# e.g. for csh/tcsh:
#
# setenv PYTHONPATH $HOME/Python/libs
#
###############################################################################
pyqt6
#pyqt6==6.7.1 # Need to specify this version on RPi
#PySide6
matplotlib
cartopy
pyserial
numpy
pyhamtools
scipy
pypredict
pyephem
psutil
pytz
pandas
xmltodict