我正在从以下位置在Linux中运行一些代码:
/home/user/merlin/work/jp_aus_bk_tests/mktdata.out
,并出现以下错误:
/usr/local/lib/python3.6/site-packages/deap/tools/_hypervolume/pyhv.py:33: ImportWarning: Falling back to the python version of hypervolume module. Expect this to be very slow.
"module. Expect this to be very slow.", ImportWarning)
当我检查活动的python时,我得到:
[user@localhost mktdata.out]$ which python
alias python='python3'
/usr/bin/python3
当我回显我的$ PATH时,我得到:
[user@localhost ~]$ echo $PATH
/usr/bin/python3:/usr/bin/python3:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/user/scoleman/bin:/home/scoleman/bin:/home/user/.local/bin:/home/user/bin:/home/user/condor/bin:/home/user/merlin/bin:/home/user/scoleman/bin:/home/scoleman/bin
以下是我正在使用的deap
的版本:
[user@localhost ~]$ pip show deap
Name: deap
Version: 1.2.2
Summary: Distributed Evolutionary Algorithms in Python
Home-page: https://www.github.com/deap
Author: deap Development Team
Author-email: deap-users@googlegroups.com
License: LGPL
Location: /usr/local/lib/python3.6/site-packages
Requires:
对于错误原因非常困惑。有人可以让我知道为什么我会收到此错误-如果您需要任何其他信息,请告诉我?
谢谢