用户工具

站点工具


zh:notes:install_python3.7

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zh:notes:install_python3.7 [2021/02/16 14:58]
pzczxs [Upgrade Python]
zh:notes:install_python3.7 [2022/06/30 11:30] (当前版本)
pzczxs 讨论状态变化了
行 9: 行 9:
 > yum install libffi-devel > yum install libffi-devel
  
-#If this library is not installed ahead, the following error will appear. ​+# If this library is not installed ahead, the following error will appear. ​
 # zipimport.ZipImportError:​ can't decompress data; zlib not available # zipimport.ZipImportError:​ can't decompress data; zlib not available
 > yum install zlib-devel > yum install zlib-devel
 +
 +# This library should be installed ahead. ​
 +# Otherwise, when pandas package is imported in the python, the following exception will be raised. ​
 +# ModuleNotFoundError:​ No module named '​_bz2'​
 +> yum install ​ bzip2-devel
 </​code>​ </​code>​
  
行 41: 行 46:
 </​code>​ </​code>​
  
-~~DISCUSSION~~+~~DISCUSSION:closed~~
zh/notes/install_python3.7.1613458711.txt.gz · 最后更改: 2021/02/16 14:58 由 pzczxs