MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

About when I use the old folder for python2.7,I found it can't be used #47

Closed lll-gen closed 3 years ago

lll-gen commented 3 years ago

Requirement already up-to-date: setuptools in ./temporary_test/venv/lib/python2.7/site-packages (45.0.0) ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5' Makefile:48: recipe for target 'temporary_test/package_creation' failed make: *** [temporary_test/package_creation] Error 1

the setuptools need python3.5

lll-gen commented 3 years ago

i have stuck here ,if you would help me, I'll appreciate

ioreshnikov commented 3 years ago

@Lixz123456 Hey!

Sorry for a long reply. The answer is, unfortunately, that we simply do not support python 2.7 anymore. Python 2 has been considered deprecated for several years and has reached end of life on January 1 2020. I suggest you migrate your code to python3.

Best, Ivan