标签: python virtualenv conda orange
我正在尝试安装Orange,并按照此处的说明进行操作:https://github.com/biolab/orange3#starting-orange-gui
我有Python 3.7,并已安装miniconda。第一步是设置虚拟环境,它只是挂起了。我昨天让它运行了四五个小时,没有任何结果。下面是我正在运行的代码。
conda create python=3 --name orange3
我进行了一些搜索,但无法弄清楚到底是怎么回事。