Closed Gamenot closed 1 year ago
Noted problems:
pybullet
requires python3.10-dev
to compile from source for 3.10
which is slow.pybullet
requires python3.11-dev
to compile from source for 3.11
which is slow.pytype
has no build for 3.11
.opencv-python
needs to be >=4.5.4.58
for 3.10
and >=4.7.0.72
for 3.11
.torch
needs to be >=1.13.0
for 3.10
.torchvision
needs to be >=0.12.0
for 3.10
and >=0.15.0
for 3.11
.
This allows
smarts[camera_obs]
to work onpython3.10
(and hopefully 3.11).