的conda文档解释了如何与其他人共享环境。然而,文档告诉我们这不是跨平台的:thereforeNOTE: Conda does not check architecture or dependencies when installing
from an explicit specificationworking environment
我试着用pip命令安装Autodock。但是,当我运行命令pip install -U numpy vina:时,会得到以下错误: Using cached vina-1.2.3.tar.gz (95 kBwriting top-level names to vina.egg-info\top_level.txt
Boost library is not installed in this condaDirectories searched: conda env, /
我今天更新了我的Spyder到Spyder 5.1,现在它一直显示这个错误信息: Your Python environment or installation doesn't have the spyder‑kernelsYou can install it by running in a system terminal:
pip installspyder‑kernels==2.1.* 我已经尝试了这两个命令,pip命令可以工作,但我仍然得到错误消息,cond