-2
我想在紅帽機器上安裝'os'模塊和'os.path'模塊。我嘗試下面的命令。無法安裝模塊的'os'和'os.path'
pip install os
yum install os
,但我一直剛開以下錯誤
Could not find a version that satisfies the requirement os.path (from versions:)
No matching distribution found for os.path
我能夠安裝使用上述命令,但是無法安裝這些其他模塊。
我需要安裝os和os.path。
使用Python版本3.4.3
這些都是在每個Python安裝中都存在的標準/核心模塊(我相信'os'實際上內置於解釋器中)。是什麼讓你覺得你需要安裝它們/他們還沒有安裝? – jwodder
你不會像jwodder說的那樣安裝它們 – ytpillai