DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

General question - why is it impossible for python devs to list the python version needed to run a project?

Open chrisbward opened this issue 1 year ago • 3 comments

Just wondering

chrisbward avatar May 24 '23 18:05 chrisbward

We use python3.7, other version should work too. But we don't have time to test every versions.

Zeqiang-Lai avatar May 25 '23 00:05 Zeqiang-Lai

Yeah sure, but maybe update the documentation to let others know before they spend countless hours wrestling the setup.

python3.7 -m venv ./.venv
source ./.venv/bin/activate

chrisbward avatar May 25 '23 00:05 chrisbward

Sure, thanks for the suggestion

Zeqiang-Lai avatar May 25 '23 01:05 Zeqiang-Lai