Skip to content

Conversation

malfet
Copy link
Contributor

@malfet malfet commented Nov 24, 2021

Otherwise, it setuptools.py will try to install latest, which is not compatible with Python runtime older than 3.8

Fixes #4985

cc @seemethere

Otherwise, it `setuptools.py`  will try to install latest, which is not compatible with Python runtime older than 3.8

Fixes #4985
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Nov 24, 2021

💊 CI failures summary and remediations

As of commit fefc4ef (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Copy link
Contributor

@atalman atalman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

fi

conda install -yq \pytorch=$PYTORCH_VERSION $CONDA_CUDATOOLKIT_CONSTRAINT $PYTORCH_MUTEX_CONSTRAINT $MKL_CONSTRAINT -c "pytorch-${UPLOAD_CHANNEL}"
conda install -yq \pytorch=$PYTORCH_VERSION $CONDA_CUDATOOLKIT_CONSTRAINT $PYTORCH_MUTEX_CONSTRAINT $MKL_CONSTRAINT numpy -c "pytorch-${UPLOAD_CHANNEL}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we pin it to something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need I guess, as it should be compatible with all the tests in question

@malfet malfet merged commit 98b823c into main Nov 24, 2021
@malfet malfet deleted the malfet-patch-1 branch November 24, 2021 19:47
@github-actions
Copy link

Hey @malfet!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

@datumbox datumbox added the bug label Nov 25, 2021
facebook-github-bot pushed a commit that referenced this pull request Nov 30, 2021
Summary:
Otherwise, it `setuptools.py`  will try to install latest, which is not compatible with Python runtime older than 3.8

Fixes #4985

Reviewed By: NicolasHug

Differential Revision: D32694306

fbshipit-source-id: dab48870e25bf077d6e1c1c3edd6da541971ece7
datumbox pushed a commit to datumbox/vision that referenced this pull request Dec 8, 2021
Otherwise, it `setuptools.py`  will try to install latest, which is not compatible with Python runtime older than 3.8

Fixes pytorch#4985
datumbox added a commit that referenced this pull request Dec 8, 2021
Otherwise, it `setuptools.py`  will try to install latest, which is not compatible with Python runtime older than 3.8

Fixes #4985

Co-authored-by: Nikita Shulga <nshulga@fb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cmake_windows_gpu and cmake_windows_cpu failures
5 participants