我正在尝试在instruction之后在Ubuntu上安装BigARTM。
在我运行[ 99%] Building python package bigartm
running build
running build_py
[ 99%] Built target python_bigartm_build
[100%] Building wheel bigartm
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
python/CMakeFiles/python_bigartm_wheel.dir/build.make:57: recipe for target 'python/CMakeFiles/python_bigartm_wheel' failed
make[2]: *** [python/CMakeFiles/python_bigartm_wheel] Error 1
CMakeFiles/Makefile2:781: recipe for target 'python/CMakeFiles/python_bigartm_wheel.dir/all' failed
make[1]: *** [python/CMakeFiles/python_bigartm_wheel.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
之前一切正常。
它会产生以下错误:
user@user:~/bigartm/build$ pip install wheel
Collecting wheel
Using cached wheel-0.31.0-py2.py3-none-any.whl
Installing collected packages: wheel
Successfully installed wheel-0.31.0
我怀疑这个问题与车轮有关。所以我更新了轮子:
$ conda list | grep wheel
wheel 0.31.0 py36_0
wheel 0.31.0 <pip>
我也更新了康达的轮子,它现在显示:
let arrayOne = [
["keyphraseId":"tcpid1234", "name":"shakti"],
["keyphraseId":"tcpid456", "name":"shakti"],
["keyphraseId":"tcpid897", "name":"srichandan "],
["keyphraseId":"tcpid779", "name":"prakash"]
]
let arrayTwo = [
["idstring":"tcpid1234", "name":"shakti"],
["idstring":"tcpid456", "name":"shakti"]
]
这没有帮助。