Python 3.8 #72
-
|
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
The 3.7 dependency is almost entirely due to a proprietary camera driver only being available for 3.7, and i desparately want to dump that dependency. (came up before in the previous discussion board https://groups.google.com/g/autopilot-users/c/o--7rNH9j9w/m/PIG9G0JgBQAJ ) If you do try to venture on to installing 3.7, I would recommend using pyenv https://github.com/pyenv/pyenv to manage python installations. Otherwise, you could comment out this line to allow you to use 3.8 (it should work, but I haven't been testing using 3.8!) : https://github.com/wehr-lab/autopilot/blob/e82dfc27ba3bafad72c3a5bd5d3067442a072dfc/setup.py#L149 |
Beta Was this translation helpful? Give feedback.


The 3.7 dependency is almost entirely due to a proprietary camera driver only being available for 3.7, and i desparately want to dump that dependency. (came up before in the previous discussion board https://groups.google.com/g/autopilot-users/c/o--7rNH9j9w/m/PIG9G0JgBQAJ )
If you do try to venture on to installing 3.7, I would recommend using pyenv https://github.com/pyenv/pyenv to manage python installations. Otherwise, you could comment out this line to allow you to use 3.8 (it should work, but I haven't been testing using 3.8!) : https://github.com/wehr-lab/autopilot/blob/e82dfc27ba3bafad72c3a5bd5d3067442a072dfc/setup.py#L149