Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2737

Avro Python3 - Unable to install after updating to 1.9.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.9.2
    • 1.9.2
    • python
    • None
      • Python 3.6.9
      • Ubuntu Release: 18.04
      • pip 18.0

    Description

      Hi!

      I am unable to install 1.9.2 version of avro-python3.

       

      octavian@machine:~/test$ pip install avro-python3
      Requirement already satisfied: avro-python3 in /usr/local/lib/python3.6/dist-packages (1.9.1)
      octavian@machine:~/test$ pip install avro-python3==1.9.2
      Collecting avro-python3==1.9.2
       Downloading https://files.pythonhosted.org/packages/31/21/d98e2515e5ca0337d7e747e8065227ee77faf5c817bbb74391899613178a/avro-python3-1.9.2.tar.gz
       Complete output from command python setup.py egg_info:
       Traceback (most recent call last):
       File "<string>", line 1, in <module>
       File "/tmp/pip-install-y5ixn9gd/avro-python3/setup.py", line 41, in <module>
       import pycodestyle
       ModuleNotFoundError: No module named 'pycodestyle'
       
       ----------------------------------------
      Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-y5ixn9gd/avro-python3/
      
      octavian@machine:~/test$ pip3 --version
      pip 18.0 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
       
      

      You can test it with the following dockerfile:

      FROM python:3
      RUN pip install avro-python3==1.9.2

      This affects all installs of confluent-python[avro] pip module.
       

      Attachments

        Issue Links

          Activity

            People

              rskraba Ryan Skraba
              banuj Rinciog Octavian
              Votes:
              3 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: