当前位置: 首页 > article >正文

ubuntu下安装 git 及部署cosyvoice(1)

1.git安装

使用应用 市场

如图

2.登录,clone项目

完成后如图,我也看不懂,反正高大上。

2.Anaconda  cosyvoice虚拟环境的部署

2.1创建

(base) duyicheng@duyicheng-computer:~$ conda create --name cosyvoice -y
Channels:
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/duyicheng/anaconda3/envs/cosyvoice



Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate cosyvoice
#
# To deactivate an active environment, use
#
#     $ conda deactivate

(base) duyicheng@duyicheng-computer:~$ 

2.2激活

(base) duyicheng@duyicheng-computer:~$ conda activate cosyvoice
(cosyvoice) duyicheng@duyicheng-computer:~$ 

3.pycharm 建项目

如图:

不知什么原因没设置成虚拟环境,进了项目后,再设一次。

重启pycharm

换源,方便

升级 pip 到最新的版本后进行配置:

python -m pip install --upgrade pip
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

 一切正常了。

(cosyvoice) duyicheng@duyicheng-computer:~/gitee/CosyVoice$ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
Writing to /home/duyicheng/.config/pip/pip.conf
(cosyvoice) duyicheng@duyicheng-computer:~/gitee/CosyVoice$ python -m pip install --upgrade pip
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
Requirement already satisfied: pip in /home/duyicheng/anaconda3/envs/cosyvoice/lib/python3.8/site-packages (24.2)
Collecting pip
  Downloading https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/ef/7d/500c9ad20238fcfcb4cb9243eede163594d7020ce87bd9610c9e02771876/pip-24.3.1-py3-none-any.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.6 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.2
    Uninstalling pip-24.2:
      Successfully uninstalled pip-24.2
Successfully installed pip-24.3.1
(cosyvoice) duyicheng@duyicheng-computer:~/gitee/CosyVoice$ 

 下一节,根据错误,让运行起来。

 

 


http://www.kler.cn/a/389485.html

相关文章:

  • 【图像压缩感知】论文阅读:Self-supervised Scalable Deep Compressed Sensing
  • 论文阅读《BEVFormer v2》
  • WPF学习之路,控件的只读、是否可以、是否可见属性控制
  • 《MYSQL45讲》kill不掉的线程
  • 24/11/13 算法笔记<强化学习> DQN算法
  • 解决 Redis 报错:`(error) NOAUTH Authentication required`
  • ffmpeg视频滤镜:组合两个视频为立体视频- framepack
  • 【计算机网络】网络框架
  • Bash Shell - 获取日期、时间
  • 【Python】解析 XML
  • Linux学习笔记之定时任务调度
  • Spring学习笔记(三)
  • [Linux] 进程间通信
  • 【C】一文速学----线程池原理与实战
  • 18. 友元
  • 分享三个python爬虫案例
  • ServletContext介绍
  • 别再为视频转文字烦恼啦!这10个转换工具帮你一键搞定。
  • UE5 随机生成地牢关卡
  • Python酷库之旅-第三方库Pandas(206)
  • 信息安全数学基础(47)域的结构
  • 浔川 AI 翻译 v5.0 上线时间相关公告
  • canal配置之一:admin配置
  • 手边酒店多商户版V2源码独立部署_博纳软云
  • 多智能体系统的构建
  • C++线程