QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Invalid version: 'dev'. #365

Closed alphaDev23 closed 11 months ago

alphaDev23 commented 11 months ago

lean-cli/lib/python3.8/site-packages/setuptools/command/egg_info.py:130: SetuptoolsDeprecationWarning: Invalid version: 'dev'.


        The version specified is not a valid version according to PEP 440.
        This may not work as expected with newer versions of
        setuptools, pip, and PyPI.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://peps.python.org/pep-0440/ for details.
Martin-Molinero commented 11 months ago

Hey @alphaDev23! You've built and installed from the repo? The dev version of the lean cli is just for local development and testing, it's on purpose for this context.