首页 > 系统相关 >ubuntu下安装 git 及部署cosyvoice(1)

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

时间:2024-11-08 14:44:29浏览次数:3  
标签:git cosyvoice duyicheng computer done edu ubuntu pip

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$ 

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

 

 

标签:git,cosyvoice,duyicheng,computer,done,edu,ubuntu,pip
From: https://blog.csdn.net/weixin_42771529/article/details/143569506

相关文章

  • 极狐GitLab 签约某清洁能源高科技企业,助力零碳技术开创更加美好的零碳世界
    客户背景该客户是一家全球领先的清洁能源高科技公司,总部位于江苏省。公司自成立之初就致力于为全球客户提供清洁、高效、安全的能源解决方案,希望能用高科技技术让新能源发挥更大价值,让世界变得更加美好。当前,该客户在多个能源领域都有领先的产品和成熟的解决方案,也一直在持续推动......
  • Ubuntu安装Nvidia驱动与Cuda Toolkit详细教程 | 步骤解析与环境配置 - 幽络源
    步骤概述步骤1:检查是否安装Nvidia驱动步骤2:查询显卡匹配的驱动版本步骤3:安装Nvidia驱动步骤4:检查Nvidia是否安装并加载步骤5:禁用nouveau步骤6:重新加载nvidia驱动并检查步骤7:下载cudatoolkit步骤8:安装cudatoolkit到指定目录步骤9:配置cudatoolkit环境变量步骤10:测试cudatool......
  • ubuntu系统 运行 .net core8 webapi
    注册微软密钥和软件仓库,执行以下命令:wgethttps://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb-Opackages-microsoft-prod.debsudodpkg-ipackages-microsoft-prod.deb仅安装.NET运行时:sudoapt-getupdate;\sudoapt-getinstall-yapt-trans......
  • ubuntu:旧版本配置apt源(ubuntu 21.10)
    一,旧版本ubuntu上的apt源不能用了#apt-getupdate忽略:1http://mirrors.aliyun.com/ubuntuhirsuteInRelease忽略:2http://mirrors.aliyun.com/ubuntuhirsute-securityInRelease忽略:3http://mirrors.aliyun.com/ubuntuhirsute-updatesInRelease忽略:4http://mirro......
  • H3C UniServer R5300 G3安装Ubuntu16.04系统下11T容量RAID5只识别为900G
    组网及说明装配组件:H3CUniServerR5300G3-RS5Z1R5300C-CTO服务器-国内版板卡:P460-M4阵列卡系统版本:Ubuntu16.04问题描述1、实际上sdb是4块4T盘配置的raid5,在系统下lsblk查看到只有900G大小。2、HDM中逻辑卷容量识别正常,SDS日志无报错。3、按照smartpqi的驱动升级步骤未......
  • GitHub | 发布到GitHub仓库并联文件夹的方式
    推送到Github推送步骤如果你只想更新单个文件,只需在第4步中指定该文件的路径即可。可能问题一效果推送步骤更新GitHub仓库中的文件通常涉及以下步骤:克隆仓库:首先,你需要将GitHub上的仓库克隆到本地。使用gitclone命令克隆仓库:gitclone仓库地址切......
  • Ubuntu 24.04 二进制安装 MySQL 8.0.20
    相关资料操作系统:Ubuntu24.04数据库下载地址:https://cdn.mysql.com/archives/mysql-8.0/mysql-8.0.20-linux-glibc2.12-x86_64.tar.xz部署#安装必要的依赖apt-yinstallnumactllibaio1t64-yln-sv/usr/lib/x86_64-linux-gnu/libtinfo.so.6.4/usr/lib/x86_64-li......
  • 服务器是Ubuntu20.04,安装Colmap
    就下这一个东西,遇到的错误简直数不清,在这吐槽一下!顺便,分享一个最终成功的教程!!(虽然可能是玄学~)附上我跟着一步一步来最终下好的教程链接,亲测好用!!!https://blog.csdn.net/weixin_44172157/article/details/122203759其实中途还是发现了一个错误!和之前遇到的都一样,后面发现是我文件......
  • Git推送报错Authentication failed
    问题背景在某一次的Git推送时,配置好commit信息之后,执行push操作的时候出现了这样的一个报错信息:$gitpushfatal:couldnotreadUsernamefor'https://gitee.com':terminalpromptsdisabledfatal:couldnotreadUsernamefor'https://gitee.com':terminalpromptsdi......
  • git push -u 中的u是什么意思
    目录1.1现象背景1.2命令溯源1.1现象背景在平台(比如gitea)创建一个仓库后,提示的命令中有一个-u参数,但发现加不加这个参数都能推送成功,那这个参数有什么用呢?1.2命令溯源去到git官网文档界面查看命令参数时,发现-u是长命令--set-upstream的简写。查看具体的命令解释......