如何安装 dtcwt 软件包?

发布于 2025-01-09 06:06:51 字数 156 浏览 0 评论 0原文

我通常很难解决安装问题。但是,我对 dtcwt 包特别有更多问题,因为这个包没有太多“如何”解决方案。你能帮我吗?

我试过:

conda install dtcwt
conda install -c conda-forge dtcwt

I typically have a hard time with installation issues. But, I am particularly having more problem with dtcwt package because there aren't much "how to" solutions for this package. Can you please help me?

I tried:

conda install dtcwt
conda install -c conda-forge dtcwt

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

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

发布评论

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

评论(1

私藏温柔 2025-01-16 06:06:51

我使用以下方法解决了我的问题:

  1. 我将终端位置设置为 anaconda 文件夹内的 site-packages 文件夹
cd <path to site-packages>
  1. 然后我克隆了 dtcwt github 存储库
git clone https://github.com/rjw57/dtcwt.git
  1. 接下来,我设置终端从步骤 2 创建的 dtcwt 文件夹的路径。
cd <path to dtcwt>
  1. 然后,我运行了 setup.py。
python3 setup.py install

I resolved my problem using the following method:

  1. I set my terminal location to site-packages folder inside the anaconda folder
cd <path to site-packages>
  1. Then I cloned the dtcwt github repository
git clone https://github.com/rjw57/dtcwt.git
  1. Next, I set the terminal path to the dtcwt folder that was created from step 2.
cd <path to dtcwt>
  1. Then, I ran setup.py.
python3 setup.py install
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文