如何将pybrain安装到miniconda?这是我尝试使用干净的miniconda安装:
C:\Miniconda3_64\Scripts>conda install -c ideas pybrain
Fetching package metadata ...........
Solving package specifications: ....
The following specifications were found to be in conflict:
- pybrain
- python 3.5*
Use "conda info <package>" to see the dependencies for each package.
答案 0 :(得分:0)
conda install -c mq pybrain = 0.3.3
做到了。