-
Notifications
You must be signed in to change notification settings - Fork 41
indi_pylibcamera setup
Aaron W Morris edited this page Jan 30, 2024
·
19 revisions
sudo apt-get install python3-picamera2
System modules must be allowed in the virtualenv
Edit virtualenv/indi-allsky/pyvenv.cfg
and set include-system-site-packages = true
Example:
home = /usr/bin
include-system-site-packages = true
version = 3.11.2
executable = /usr/bin/python3.11
command = /usr/bin/python3 -m venv /home/aaron/git/indi-allsky/virtualenv/indi-allsky