简体   繁体   English

如何在Anaconda Python 2.7 Windows中安装CGAL

[英]How to install CGAL in anaconda python 2.7 windows

I have lookimg foward a cgal library compatible as python 2.7 on windows 10 64bits. 我有一个在Windows 10 64位上兼容python 2.7的cgal库的lookimg。 But I got this error for more than one sources of cgal 但是我从多个来源的cgal收到此错误

E:\CMSCODE>conda install -c salilab cgal=4.9.1
Fetching package metadata ...............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:
  - cgal 4.9.1* -> python 3.6*
  - python 2.7*

Any suggestion? 有什么建议吗?

It says that the package you are trying to install need python 3.6 but you have in your computer python 2.7. 它说您要安装的软件包需要python 3.6,但您的计算机中却装有python 2.7。 You can try to find the cgal compatible with your python version 您可以尝试找到与您的python版本兼容的cgal

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM