Navigation

    Backtrader Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/

    Backtrader versioning reported by pip

    General Code/Help
    2
    3
    806
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      ThatBlokeDave last edited by

      Minor issue.... but I noticed that the version of backtrader reported in pip is still showing as 1.9.33.116 even though I have been updating regularly.

      Below you can see I am downloading 1.9.37.116 but once completed, it says I have install 1.9.33.116

        Downloading backtrader-1.9.37.116-py2.py3-none-any.whl (367kB)
          100% |████████████████████████████████| 368kB 1.4MB/s 
      Installing collected packages: backtrader
      Successfully installed backtrader-1.9.33.116
      
      

      This is what is reported in pip

      pip3 list | grep backtrader
      backtrader (1.9.33.116)
      

      And the this is what is in the site packages.

      ls ~/.local/lib/python3.5/site-packages/backtrader
      backtrader/                      backtrader-1.9.33.116.dist-info/ backtrader-1.9.36.116.dist-info/ 
      backtrader-1.9.27.105.dist-info/ backtrader-1.9.35.116.dist-info/ backtrader-1.9.37.116.dist-info/ 
      

      Perhaps some metadata for pip needs updating?

      1 Reply Last reply Reply Quote 0
      • B
        backtrader administrators last edited by

        The process is automated and all tags are taken from backtrader.__version__

        This is the pypi project page: https://pypi.python.org/pypi/backtrader/

        There you can see that pypi knows it's version 1.9.37.116

        And imgshields which generates the badges also reads the information from pypiand gets 1.9.37.116. The link: https://img.shields.io/pypi/v/backtrader.svg

        T 1 Reply Last reply Reply Quote 0
        • T
          ThatBlokeDave @backtrader last edited by

          Interesting...so must be something at my end then.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Copyright © 2016, 2017, 2018 NodeBB Forums | Contributors
          $(document).ready(function () { app.coldLoad(); }); }