You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.10/dist-packages/treevalue/tree/integration/torch.py:23: FutureWarning: `torch.utils._pytree._register_pytree_node` is deprecated. Please use `torch.utils._pytree.register_pytree_node` instead.
register_for_torch(TreeValue)
/usr/local/lib/python3.10/dist-packages/treevalue/tree/integration/torch.py:24: FutureWarning: `torch.utils._pytree._register_pytree_node` is deprecated. Please use `torch.utils._pytree.register_pytree_node` instead.
register_for_torch(FastTreeValue)
ERROR:root:Please install pyecharts first, you can install it by running 'pip install pyecharts'
更新:
pip可以正常安装
情况描述;
Pytorch 2.x 至少需要python 3.8+,所以conda创建环境时选择了python3.9
但是当尝试通过conda命令安装di-engine,失败了。
conda命令如下:
错误日志如下:
The text was updated successfully, but these errors were encountered: