Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用DataInterpreter时,能否自己决定运行的环境 #1479

Open
PengJinEd2020 opened this issue Sep 18, 2024 · 1 comment
Open

使用DataInterpreter时,能否自己决定运行的环境 #1479

PengJinEd2020 opened this issue Sep 18, 2024 · 1 comment

Comments

@PengJinEd2020
Copy link

自己使用conda控制环境,创建了一个叫“metagpt”的环境用来运行DataInterpreter脚本,它会创建并运行一个jupyternotebook。

以下是我的问题:
当前版本能否自己决定运行的这个jupyternotebook所依赖的环境,我尝试让大模型自己打印运行的环境,发现就是安装metagpt的这个环境

为什么想自己决定运行的环境:一些文件的读取依赖特定版本的joblib,metagpt和那个版本的joblib没法一起安装在一个环境,并且未来做复杂的数据分析工作,也需要安装特定版本的第三方包, metagpt对自身依赖的特别是numpy版本限制太严格,导致会跟我做数据分析的环境产生冲突

@seehi
Copy link
Contributor

seehi commented Sep 20, 2024

当前还不支持选择运行环境。可以试着改变kernel,FYI:https://janakiev.com/blog/jupyter-virtual-envs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants