我需要安裝一些包。 無論我嘗試什麼方向,它只會變得更糟。PyCharm:安裝包失敗
請幫助。
40:497: execution error: The directory '/Users/doekewartena/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/doekewartena/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Could not find a version that satisfies the requirement path (from versions:) No matching distribution found for path (1)
嘗試在bash中用'sudo -H'在bash後面運行pycharm。 – NoOneIsHere
@NoOneIsHere所以你的意思是「sudo -H install string」像這樣? – alwaysaskingquestions
@alwaysaskingquestions不,'sudo -H pycharm'。 – NoOneIsHere