Amazon ec2 如何在Amazon EC2或SageMaker上安装Vowpal Wabbit?(亚马逊linux)

Amazon ec2 如何在Amazon EC2或SageMaker上安装Vowpal Wabbit?(亚马逊linux),amazon-ec2,amazon-sagemaker,vowpalwabbit,amazon-linux,Amazon Ec2,Amazon Sagemaker,Vowpalwabbit,Amazon Linux,有人能解释或帮助我在AmazonLinux机器上安装(我对python绑定感兴趣)EC2或SageMaker吗? 由于某些原因,这是非常困难的,我无法找到任何关于它的在线 apip安装palwabbit返回 Using cached https://files.pythonhosted.org/packages/d1/5a/9fcd64fd52ad22e2d1821b2ef871e8783c324b37e2103e7ddefa776c2ed7/vowpalwabbit-8.8.0.tar.gz

有人能解释或帮助我在AmazonLinux机器上安装(我对python绑定感兴趣)EC2或SageMaker吗? 由于某些原因,这是非常困难的,我无法找到任何关于它的在线

a
pip安装palwabbit
返回

Using cached https://files.pythonhosted.org/packages/d1/5a/9fcd64fd52ad22e2d1821b2ef871e8783c324b37e2103e7ddefa776c2ed7/vowpalwabbit-8.8.0.tar.gz
Building wheels for collected packages: vowpalwabbit
  Building wheel for vowpalwabbit (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/ec2-user/anaconda3/envs/JupyterSystemEnv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0]= '"'"'/tmp/pip-install-tvp1174t/vowpalwabbit/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tvp1174t/vowpalwabbit/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-x0j85ac_ --python-tag cp36
       cwd: /tmp/pip-install-tvp1174t/vowpalwabbit/
在错误下方,我还可以看到:

CMake Error at /usr/lib64/python3.6/dist-packages/cmake/data/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
    Unable to find the requested Boost libraries.

    Boost version: 1.53.0

    Boost include path: /usr/include

    Could not find the following Boost libraries:

            boost_python3

    Some (but not all) of the required Boost libraries were found.  You may
    need to install these additional Boost libraries.  Alternatively, set
    BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
    to the location of Boost.

看起来SageMaker VW Docker映像已经安装了Python绑定。看

根据它们的特性,图像为:

462105765813.dkr.ecr.<region>.amazonaws.com/sagemaker-rl-vw-container:vw-8.7.0-cpu
462105765813.dkr.ecr..amazonaws.com/sagemaker rl vw容器:vw-8.7.0-cpu

看起来SageMaker VW Docker映像已经安装了Python绑定。看

根据它们的特性,图像为:

462105765813.dkr.ecr.<region>.amazonaws.com/sagemaker-rl-vw-container:vw-8.7.0-cpu
462105765813.dkr.ecr..amazonaws.com/sagemaker rl vw容器:vw-8.7.0-cpu

您成功了吗?我在这方面花了很多时间,但没能在Amazon Linux上运行。你成功了吗?我在这方面花了很多时间,但一直无法在AmazonLinux上运行