Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update panda3d for python 3.10 #2080

Merged
merged 13 commits into from
Aug 1, 2023
Merged

Update panda3d for python 3.10 #2080

merged 13 commits into from
Aug 1, 2023

Conversation

Gamenot
Copy link
Collaborator

@Gamenot Gamenot commented Jul 7, 2023

This allows smarts[camera_obs] to work on python3.10 (and hopefully 3.11).

@Gamenot Gamenot linked an issue Jul 11, 2023 that may be closed by this pull request
@Gamenot
Copy link
Collaborator Author

Gamenot commented Jul 31, 2023

Noted problems:

  1. pybullet requires python3.10-dev to compile from source for 3.10 which is slow.
  2. pybullet requires python3.11-dev to compile from source for 3.11 which is slow.
  3. pytype has no build for 3.11.
  4. opencv-python needs to be >=4.5.4.58 for 3.10 and >=4.7.0.72 for 3.11.
  5. torch needs to be >=1.13.0 for 3.10.
  6. torchvision needs to be >=0.12.0 for 3.10 and >=0.15.0 for 3.11.

@Gamenot Gamenot force-pushed the tucker/fix_for_python_3_10 branch from 52b6fd4 to dadf00a Compare July 31, 2023 21:27
@Gamenot Gamenot merged commit 9b10fbc into master Aug 1, 2023
25 checks passed
@Gamenot Gamenot deleted the tucker/fix_for_python_3_10 branch August 1, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve dependency issues for Colab
1 participant