分享
UniLabOS社区版安装、使用教程
输入“/”快速插入内容
UniLabOS
社区版
安装、使用教程
用户7053
用户7053
用户5834
用户5834
用户4379
用户4379
用户6236
用户6236
用户7055
用户7055
+7
2025年12月13日修改
🎼
Uni-Lab-OS 分为实验室端和云端。云端负责环境和流程编排、实验室端负责实际执行和结果收集。
云端:
https://uni-lab.bohrium.com/uni-lab/
实验室端:开源代码在
https://github.com/dptech-corp/Uni-Lab-OS
,说明文档
https://readthedocs.dp.tech/Uni-Lab/v0.10.4/intro.html
没有Conda环境请先安装conda/mamba
推荐使用miniforge:
https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-Windows-x86_64.exe
MAC用户使用:
https://mirrors.tuna.tsinghua.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-MacOSX-arm64.sh
方法1. 使用Conda一键安装unilabos (需要能访问github等网站)
mamba create -n unilab python=3.11.11
(如果提示失败可以先安装python=3.11)
mamba install -n unilab uni-lab::unilabos -c robostack-staging -c conda-forge
方法2. 使用Conda环境的一键安装包
1.
前往
https://github.com/dptech-corp/Uni-Lab-OS/actions/workflows/conda-pack-build.yml
下载最新的一键安装包(也可以向赛事举办方索要)
根据操作系统,选用不同的安装包:
2.
选择最新的成功构建记录(绿色勾号 ✓)
3.
在页面底部的 "Artifacts" 部分,下载对应你操作系统的压缩包:
◦
Windows:
unilab-pack-win-64.zip
◦
macOS (Intel):
unilab-pack-osx-64.tar.gz
◦
macOS (Apple Silicon):
unilab-pack-osx-arm64.tar.gz
◦
Linux:
unilab-pack-linux-64.tar.gz
4.
使用 Windows 资源管理器/指令解压下载的 zip 文件
tar -xzf unilab-pack-win-64-{branch}.zip
5.
运行install_unilab.bat / install_unilab.sh (对应win/unix平台)
无安装脚本如何安装使用?
将unilabos.tar.gz解压到conda环境下
例如解压到
C:\Users\[系统用户名]\miniforge3\envs
下(要创建一个unilab文件夹)
然后在命令提示符中输入
代码块
Python
cd /d "C:\Users\[系统用户名]\miniforge3\envs\unilab\"
.\Scripts\activate.bat
.\Scripts\conda-unpack.exe
完成环境安装
使用UniLabOS创建实验室
有机化学智能实验大赛——参赛指南
具体运行:
1.
打开链接
https://uni-lab.bohrium.com/uni-lab