Anaconda - Install blpapi in environment

后端 未结 2 1751
陌清茗
陌清茗 2020-12-18 13:53

I have py2.7 as my original Anaconda install, and have installed py3.4 in an environment named py3.

I cannot seem to be able to install blpapi

2条回答
  •  旧巷少年郎
    2020-12-18 14:08

    In addition to Mike Müller's answer above, I thought I would add a section on the anaconda search utility for finding packages hosted on https://anaconda.org/.

    $ anaconda search blpapi
    Using Anaconda API: https://api.anaconda.org
    Packages:
         Name                      |  Version | Package Types   | Platforms       | Builds    
         ------------------------- |   ------ | --------------- | --------------- | ----------
         conda-forge/blpapi        |    3.9.2 | conda           | linux-64, win-64, osx-64 | py27h2d50403_0, py36he980bc4_0, py36h2d50403_0, py27hdc96acc_0
                                          : Python SDK for Bloomberg BLPAPI (<=3.9)
         dsm/blpapi                |    3.9.0 | conda           | linux-64, win-64 | py36_0, py27_0
         josh/blpapi               |    3.5.5 | conda           | linux-64        | py27_0    
         macinv/blpapi             |    3.9.0 | conda           | linux-64, win-64 | py36_0, py27_0, py35_0, py34_0
         mbonix/blpapi             |    3.9.0 | conda           | win-64          | py36_0    
                                          : Bloomberg's Open Market Data Initiative is part of the company's ongoing effort to foster open solutions for the financial services industry.
         p-vg/blpapi               |    3.9.2 | conda           | linux-64, win-64 | py36h6538335_0, py27hc56fc5f_0, py36hf484d3e_0, py27hf484d3e_0
                                          : interface for Bloomberg API services using the Python programming language
    Found 6 packages
    

    Depending on the version of python and platform you are interested in, there are a varierty of options available.

提交回复
热议问题