[
https://issues.apache.org/jira/browse/AVRO-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679651#comment-16679651
]
ASF GitHub Bot commented on AVRO-2240:
--------------------------------------
kojiromike commented on issue #347: AVRO-2240 Fix py3 Setup
URL: https://github.com/apache/avro/pull/347#issuecomment-436968335
Hi, Piotr,
Could you please re-post your comment on the list? It seems like a better
place for this discussion than the closed ticket.
On Thu, Nov 8, 2018 at 04:22 Piotr Gołąb <[email protected]> wrote:
> Oh no, it seems it's too late to vote! I left a comment here:
>
https://issues.apache.org/jira/browse/AVRO-2240?focusedCommentId=16679485&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16679485
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/avro/pull/347#issuecomment-436927460>, or mute
> the thread
>
<https://github.com/notifications/unsubscribe-auth/ABfmX0vviGXvU2P8udO8OVQuJRYkZ5zjks5us_fTgaJpZM4XaYV0>
> .
>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> egg_info fails for avro-python3 using python2
> ---------------------------------------------
>
> Key: AVRO-2240
> URL: https://issues.apache.org/jira/browse/AVRO-2240
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.8.2
> Reporter: Luke Zulauf
> Assignee: Michael A. Smith
> Priority: Major
> Fix For: 1.9.0
>
>
> When managing dependencies, the ability to call egg_info on any package is
> especially useful (even if the package is not valid for installation with a
> specific python version).
> For example, pipenv can't build a lockfile in python2 if avro-python3 is
> listed as a dependency (for any python version)
>
> The opposite works (using python3 to check the egg_info of avro (the python2
> version).
>
> {code:java}
> $ python3 avro/setup.py egg_info
> (succeeds)
> $ python2 avro/setup.py egg_info
> (succeeds)
> $ python3 avro-python3/setup.py egg_info
> (succeeds)
> $ python2 avro-python3/setup.py egg_info
> (fails){code}
> It would be great if you didn't raise an assertion error for all usages of
> running setup.py, especially when running egg_info.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)