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

add support for python 3.11 #38

Merged
merged 11 commits into from
Apr 7, 2023
Merged

add support for python 3.11 #38

merged 11 commits into from
Apr 7, 2023

Conversation

kaczmarj
Copy link
Member

Adds python 3.11 to CI. and adds python 3.11 classifier to setup.cfg.

@kaczmarj
Copy link
Member Author

kaczmarj commented Jan 3, 2023

seems like the problem is an old torchvision is installed... version 0.2.0 which is prior to torch 1.0.

python3.11 -m pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu

this results in torchvision 0.2.0 being installed...

@kaczmarj
Copy link
Member Author

kaczmarj commented Jan 9, 2023

waiting on pytorch 3.11 support https://github.com/pytorch/pytorch/milestone/35

and torchvision build for python 3.11 pytorch/vision#7049

@kaczmarj kaczmarj merged commit 2a41ee2 into main Apr 7, 2023
@kaczmarj kaczmarj deleted the tst/add-python-3.11 branch April 7, 2023 01:14
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.

1 participant