You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2021/04/03 19:17:49 UTC

[GitHub] [incubator-liminal] naturalett edited a comment on pull request #29: Bugfix: https://issues.apache.org/jira/projects/LIMINAL/issues/LIMINA…

naturalett edited a comment on pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29#issuecomment-812912498


   1. It didn't work for you before because there wasn't a version in PyPI.
   2. The approach with the git will always take the latest version which isn't an expected behaviour because it will lead to a point when you will install version **X** and once you will do again liminal start then potentially you will get version **Y**.
   
   Other solution that won't make us depending on PyPI is to build and install the package:
   
   `
   python setup.py bdist_wheel
   pip install -e .
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org