可以安装aspose-total-net pypi

发布于 2025-02-12 22:40:33 字数 1199 浏览 1 评论 0原文

我正在尝试使用PYPI安装Aspose.Total试用版,但请继续遇到此错误:

C:\Users\me>pip install aspose-total-Net --no-cache-dir
Collecting aspose-total-Net
  Downloading aspose-total-net-22.6.0.tar.gz (4.2 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "C:\Users\me\AppData\Local\Temp\pip-install-zmgd3moj\aspose-total-net_cf18cc193096459a972e2cca196954e6\setup.py", line 4, in <module>
          with open("README.md", "r", encoding="utf-8") as fh:
      FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

我唯一解决这个问题吗?

I'm trying to install aspose.total trial version using Pypi but keep getting stuck with this error:

C:\Users\me>pip install aspose-total-Net --no-cache-dir
Collecting aspose-total-Net
  Downloading aspose-total-net-22.6.0.tar.gz (4.2 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "C:\Users\me\AppData\Local\Temp\pip-install-zmgd3moj\aspose-total-net_cf18cc193096459a972e2cca196954e6\setup.py", line 4, in <module>
          with open("README.md", "r", encoding="utf-8") as fh:
      FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Am I the only on with this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡忘如思 2025-02-19 22:40:33

我设法通过安装了Aspose幻灯片 - 忽略重新定价 flag。正如@Alexy Noskov所说,Aspose Total只是所有包装。所以我的问题得到了解决。谢谢@Alexy Noskov!

I managed to install Aspose slides via the --ignore-requires-python flag. And as @Alexy Noskov said aspose total is just all the packages together. So my problem is solved. Thanks @Alexy Noskov !????

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文