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/03/15 10:18:27 UTC

[GitHub] [incubator-liminal] AarganC opened a new pull request #29: Bugfix: https://issues.apache.org/jira/projects/LIMINAL/issues/LIMINA…

AarganC opened a new pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29


   https://issues.apache.org/jira/projects/LIMINAL/issues/LIMINAL-68?filter=allopenissues


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
aviemzur commented on pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29#issuecomment-809326531


   R: assapin


-- 
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



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

Posted by GitBox <gi...@apache.org>.
aviemzur edited a comment on pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29#issuecomment-809326531


   R: @assapin 


-- 
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



[GitHub] [incubator-liminal] aviemzur closed pull request #29: Bugfix: https://issues.apache.org/jira/projects/LIMINAL/issues/LIMINA…

Posted by GitBox <gi...@apache.org>.
aviemzur closed pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29


   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
aviemzur commented on pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29#issuecomment-819319075


   @AarganC please let us know if problem persists


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
naturalett commented 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**.
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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