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$ 

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

相关推荐
yuanbenshidiaos7 小时前
讲讲git 和svn
git·svn
刃神太酷啦9 小时前
类和对象(1)--《Hello C++ Wrold!》(3)--(C/C++)
java·c语言·c++·git·算法·leetcode·github
s91236010111 小时前
Git 用法总结
git
江边垂钓者20 小时前
Git简介和发展
git
大卫小东(Sheldon)1 天前
GIM: 调用AI自动生成git提交消息的工具
git·rust
程序设计实验室1 天前
如何清理误提交到git的历史大文件?
git
江边垂钓者1 天前
Git初始化相关配置
git
wumu_Love1 天前
git 报错:错误:RPC 失败。curl 28 Failed to connect to github.com port 443 after 75000
git·rpc·github
powerfulzyh1 天前
Git 时光机:修改Commit信息
git
极小狐1 天前
如何使用极狐GitLab 软件包仓库功能托管 terraform?
linux·运维·git·ssh·gitlab·terraform