gpt4 book ai didi

python - 打开 .ipynb 文件时如何修复 "Distutils was imported before Setuptools"?

转载 作者:行者123 更新时间:2023-12-05 08:37:09 27 4
gpt4 key购买 nike

如果我尝试通过 Windows 资源管理器打开我的 Rscript.ipynb 文件,我会收到以下警告并且我的文件不会打开。

c:\Users\kirst\anaconda3\lib\site-packages\setuptools\distutils_patch.py:25 UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable errors. Please use setuptools 'objects directly or at least import setuptools first.

Warning

如果我首先使用带有以下目标的快捷方式打开 Jupyter Notebook

C:\Users\kirst\anaconda3\python.exe C:\Users\kirst\anaconda3\cwp.py C:\Users\kirst\anaconda3\envs\R C:\Users\kirst\anaconda3\envs\R\python.exe C:\Users\kirst\anaconda3\envs\R\Scripts\jupyter-notebook-script.py "%USERPROFILE%/"

然后通过浏览打开笔记本,我没有问题。

如何设置才能从资源管理器中打开文件?

最佳答案

我在 https://www.gitmemory.com/issue/brian-team/brian2/1213/673490152 找到了解决方案

您需要升级到最新版本:

pip3 install --upgrade pip setuptools

警告将消失。

关于python - 打开 .ipynb 文件时如何修复 "Distutils was imported before Setuptools"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66511643/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com