简体   繁体   English

如何解决在八度中安装io包时出错?

[英]How to solve error installing io package in octave?

I did the same steps as in the video but after pkg install( video ) I get : 'error: unpack: unarchiving program exited with status: 2 tar: "/C/Users/D\\303\\263ri/Desktop/Octave/io-2.6.3.tar.gz": Cannot open: No such file or directory tar: Error is not recoverable: exiting now error: called from unpack at line 279 column 5 untar at line 48 column 5 install at line 93 column 9 pkg at line 568 column 9'我做了与视频中相同的步骤,但在 pkg install( video ) 之后我得到:'错误:解包:解压缩程序退出状态:2 tar:“/C/Users/D\\303\\263ri/Desktop/Octave/io -2.6.3.tar.gz”:无法打开:没有这样的文件或目录 tar:错误不可恢复:现在退出错误:从第 279 行第 5 列解压缩第 48 列第 5 列安装在第 93 行第 9 列安装在第 568 行第 9' 列

在此处输入图片说明

This is likely to be a bug in Octave related to how it is handling the encoding of non-ASCII Unicode characters in your "Dóri" username, which occurs in the path to your Desktop directory.这可能是 Octave 中的一个错误,与它如何处理您的“Dóri”用户名中的非 ASCII Unicode 字符的编码有关,该用户名发生在桌面目录的路径中。 Please drop by the Octave Discourse at https://octave.discourse.group/ and report this as a bug, and we will help you out.请访问https://octave.discourse.group/ 上的 Octave Discourse 并将其报告为错误,我们将帮助您。 (This would be an interesting bug to work on, as there is ongoing conversation in the Octave maintainers group about how to handle Unicode string representation.) (这将是一个有趣的错误,因为 Octave 维护者小组正在进行关于如何处理 Unicode 字符串表示的对话。)

In the mean time, you can maybe get this to work by doing a Forge-based installation of the io package with pkg install -forge io instead.同时,您可以通过使用pkg install -forge io执行基于 Forge 的 io 包pkg install -forge io

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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