pip3在 Ubuntu 中使用时出现以下错误:
mt@mt:~$ pip3 -V
pip 9.0.1 from /usr/local/lib/python3.5/dist-packages (python 3.5)
mt@mt:~$ python3
Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> pip3 install face_recognition
File "<stdin>", line 1
pip3 install face_recognition
^
SyntaxError: invalid syntax
>>>
KeyboardInterrupt
>>>
Run Code Online (Sandbox Code Playgroud) 我在 Windows 中使用 Visual Studio 两年了,但现在我使用 Ubuntu。是否有其他与 Visual Studio 一样高质量的 C#/C++ IDE 可供使用?请不要告诉我另一个 IDE 的名称,它告诉我在测试之前下载 5 GB 文件,然后我应该尝试使用 Wine 运行整个过程。我想在 Ubuntu 中将其用作 Linux 应用程序,而不是使用 Wine 在 Ubuntu 中安装 Windows 应用程序。
我的双启动需要一些帮助。error: invalid EFI file path当我尝试从 grub 菜单启动 Windows 时,它显示黑屏。虽然无效的 EFI 文件路径是一个常见问题,但我无法解决它。我目前使用的是处于旧版 BIOS 模式的 Windows 10 家庭版。所有磁盘都位于 MBR 分区中。
我开始做一个在线编程课程,要求我双启动 Ubuntu,所以我尝试安装 Ubuntu。我有一个单独的 SSD 用于 Windows 和 Ubuntu,都在 MBR 分区中。安装 Ubuntu 后,我在 grub 菜单中找不到 Windows。然后我在网上搜索并尝试在Ubuntu中安装Boot-Repair,但是出现错误并要求我手动安装(dpkg被中断)。
然后我再次从 Ubuntu live USB 启动并选择尝试 Ubuntu,然后运行启动修复。它起作用了,现在我可以在 grub 菜单中看到 Windows 10 选项,但随后出现此错误 - error: invalid EFI file path。
另一件事是Ubuntu SSD安装后从MBR分区变成了GPT分区。我的猜测是 Ubuntu 现在是以 UEFI 模式安装的。有什么方法可以在 Legacy BIOS 模式下完成所有操作吗?我的 BIOS 有 2 个与传统模式和 UEFI 相关的选项。
BIOS:
错误:无效的 …
我无法使用 pip 安装 Playsound。
\nPS E:\\python> pip install playsound\nCollecting playsound\n Using cached playsound-1.3.0.tar.gz (7.7 kB)\n Installing build dependencies ... done\n Getting requirements to build wheel ... error\n error: subprocess-exited-with-error\n \n \xc3\x97 Getting requirements to build wheel did not run successfully.\n \xe2\x94\x82 exit code: 1\n \xe2\x95\xb0\xe2\x94\x80> [29 lines of output]\n Traceback (most recent call last):\n File "C:\\Users\\Dell\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py", line 353, in <module>\n main()\n File "C:\\Users\\Dell\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py", line 335, in main\n json_out[\'return_val\'] = hook(**hook_input[\'kwargs\'])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n ^^^^^^^^^^^^^^^^^^^^^^ File "C:\\Users\\Dell\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\inspect.py", line 1244, in getsourcelines\n lines, …Run Code Online (Sandbox Code Playgroud) 我想将文本文件上传到网站,以便与其他人共享。
我使用的网站只允许图片。
请给我指向适用于 Windows 7 64 位的 Ubuntu 14.04 LTS 的 Windows 安装程序的链接。