cost 222 ms
Eclipse 安装错误:发生错误。 看看日志文件 - Eclipse installation error : an error has occurred. See the log file

我使用命令apt-get install eclipse在我的 raspberry pi 3 上安装了 Eclipse IDE。 但是当我运行程序时,会出现一个窗口并说发生了错误:错误 该文件不存在... 我还尝试使用我们可以在 eclipse.org 上找到的安装程序安装 Eclipse,但 ...

Python:OverflowError long int too large to convert to int - Python: OverflowError long int too large to convert to int

经过多年在这里寻找答案,终于到了我提出第一个问题的时候了。 在家里运行像迷你服务器一样的 RPI3B+,我希望能够通过 CLI 通过 Internet 将大文件发送给朋友和家人。 为此,我使用这个: https://github.com/justbeamit/beam/blob/master/be ...

如何删除默认 Python,在 Raspbian 上安装最新版本 - How to remove default Python, install latest version on Raspbian

我刚拿到我的第一个 Raspberry Pi,我想使用最新版本的 Python,但我不知道如何设置它以便当我在命令行中运行python时,它会运行 Python 3.8.2 ,而不是比3.7.3 。 我从网站下载了最新版本的 Python,但它不是安装脚本,我不知道如何将其设置为路径。 有没有办法用 ...

安装 3.7 时,Tensorflow 更新强制 Python3.5 - Tensorflow Update Forcing Python3.5 when 3.7 installed

我目前安装了 Tensorflow 1.14.0。 我将 Python 升级到 3.7,以便至少获得 Tensorflow 1.15(如果不是 2.0)。 我的python更新成功: 现在,当我尝试 我得到以下信息(还有很多行,但他们都说“要求已经满足”或“最新”): 请注意,它默认为p ...

OpenCv已安装,但找不到模块,如何使符号链接指向cv2.so文件? - OpenCv is installed, but module cannot be found, how to make sym-link point to cv2.so file?

我只是按照教程在我的树莓派上安装 virtualenv 和 opencv3.3.0,在 raspbian(用于机器人)上运行 3.virtualenv 安装正确,我知道也安装了 opencv,因为workon cv可以工作。 但是,我收到这些错误: 从教程中,有人建议我的符号链接不指向我的 cv ...

如何使用 Raspbian 在 Raspberry Pi 上设置联网的 Brother 打印机 (Brother_DCP_L2520DW_series)? - How to setup a networked Brother printer (Brother_DCP_L2520DW_series) on Raspberry Pi with Raspbian?

我正在尝试将联网的 Brother 打印机与我的 RPI3 (Raspbian Stretch) 一起使用。 我尝试了几个教程: https://www.raspberrypi.org/forums/viewtopic.php?t=194147 https://raspberrypi.stac ...

从启动在tmux会话中运行时Python程序崩溃 - Python program crashes when running in tmux session from boot

我有一个python3程序,该程序在使用ssh连接的无头覆盆子pi配置上运行时没有任何问题。 我登录到pi,启动tmux会话,然后运行该程序。 它将无限期运行。 在开发过程中,当发生异常时,python程序将终止,并且我会看到错误信息。 现在,如果我不在的时候我的pi重启了,我希望它 ...

无法在 Raspberry pi 3 B 中安装 R 3.6 - Can't install R 3.6 in Raspberry pi 3 B in raspbian stretch

问题 大家好,我需要在我的 raspberry pi 3 B 中安装 R 软件(至少 3.5 但希望是 3.6) 我开始做通常的事情: 哪个有效,但我得到了 R 3.3 然后我尝试了我在这个网页中找到的东西,它可以正常工作: 但我收到以下错误: 我不确定我做错了什么 请帮忙!! ...

将CSV内容写入Excel会生成空白工作表 - Write CSV content to Excel produces empty sheets

将DataFrame写入excel文件会使纸张数据为零。 我正在创建一个机器人“侦察应用程序”。 它在两天的粗略中接收多个.csv文件。 csv文件将以四位数字加一个连字符和一个匹配编号命名。 例如“2073-18.csv”。 每个团队的多个文件将到达。 我需要为每个团队提供一张 ...

在Raspberry Pi中几秒钟后,Wifi直接连接会自动断开连接 - Wifi direct connection disconnects automatically after a few seconds in Raspberry Pi

我在Raspberry PI 2 B +中使用此配置进行wifi直接连接 然后启动wpa请求者使用 然后使用添加新组 然后使用设置IP 然后使用设置引脚 到目前为止,一切正常,我可以直接从Android设备通过wifi连接到Raspberry Pi。 现 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM