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$ 

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

相关推荐
丁总学Java15 分钟前
git branch -r(--remotes )显示你本地仓库知道的所有 远程分支 的列表
git
yylの博客3 小时前
Windows通过git-bash安装zsh
windows·git·bash·zsh
丁总学Java4 小时前
(Z Shell)zsh: no matches found: ? 使用单引号包裹
git·zsh
萌狼蓝天4 小时前
【NAS】绿联NAS+极狐Gitlab+1Panel
git
deja vu水中芭蕾10 小时前
git push origin HEAD:refs/for/分支名
git
海岛日记14 小时前
git常用操作
git
喝鸡汤14 小时前
一起学Git【番外篇:如何在Git中新建文件】
git
“αβ”14 小时前
Windows下使用git配置gitee远程仓库
git
谢家小布柔19 小时前
Git图形界面以及idea中集合Git使用
java·git
winner888120 小时前
git merge 冲突 解决 show case
java·git·git merge·git冲突