Getting error when trying to install python

前端 未结 3 1115
面向向阳花
面向向阳花 2021-02-05 10:47

I have downloaded python-3.6.1.tar.xz. then I extracted it. There is a file README.rst. this is the instruction file. and has the instruction how to install.

On Unix, Li

3条回答
  •  [愿得一人]
    2021-02-05 10:57

    On MacOS the issue is often that an XCode update has removed Zlib. Running the following will solve it:

    xcode-select --install
    

提交回复
热议问题