microsoft/evodiff

The python version does not correspond to the version of the package required in evodiff

Closed this issue · 2 comments

The recommended version of python on GITHUB is 3.8.5, but the package in evodiff requires a version greater than or equal to 3.9, and numpy requires 2.x version in evodiff, but the latest version of numpy is 1.24.4, is there any solution?

@colbyford generously maintains a docker image (outlined in the README) which I recommend using if you are having installation issues https://hub.docker.com/r/cford38/evodiff

Thanks for the recommendation!

The Docker image that is in the repo (and on Docker Hub) uses the pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime base image, which has Python 3.10.11.