gpt4 book ai didi

java - Pygame 和 Java JDK 13 安装问题

转载 作者:行者123 更新时间:2023-11-30 01:45:02 25 4
gpt4 key购买 nike

大家早上好,

尝试在我的 MacBook Pro 上安装 Pygame 库...我遇到了一些问题,我相信您能够帮助我解决!

  • 首先我安装了最新的Python版本(3.7.4)

  • 我尝试通过 pip 安装 Pygame 库,但是过程由于缺少 Java JKD 13 而未成功。

  • 我下载并安装了最新的 JDK 13 版本 (Jdk-13_osx-x64)这个过程似乎很成功。

再次尝试最终安装 Pygame 库时发生错误:

Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk-13.jdk/Contents/Home/bin/apt

你们谁能帮帮我吗???

先谢谢了!

最佳答案

对于使用 macOS 的 Python 和 Java 开发人员,我个人建议通过 HomeBrew 安装 PythonJava

Before you can start your journey as a software developer, you should install Xcode and xcode-select first which is mandatory.
You can install Xcode from Mac AppStore and xcode-select through the following command:

xcode-select --install

安装必备组件后,您可以通过以下方式安装 HomeBrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

引用自here

安装 HomeBrew 后,您可以通过以下命令安装 Python3AdoptopenJDK:

brew install python3
brew cask install adoptopenjdk

AdoptopenJDK is an open source JDK recommended by myself other than Oracle JDK.

关于java - Pygame 和 Java JDK 13 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58389228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com