Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ciscoconfparse 1.2.11 & 1.2.12 won't install in Python3 #25

Closed
mpenning opened this issue Mar 4, 2015 · 1 comment
Closed

ciscoconfparse 1.2.11 & 1.2.12 won't install in Python3 #25

mpenning opened this issue Mar 4, 2015 · 1 comment
Assignees
Labels

Comments

@mpenning
Copy link
Owner

mpenning commented Mar 4, 2015

(py34_test)[mpenning@tsunami this]$ pip3 install --upgrade ciscoconfparse
Downloading/unpacking ciscoconfparse from https://pypi.python.org/packages/source/c/ciscoconfparse/ciscoconfparse-1.2.12.tar.gz#md5=be0298e2d01471921b23c5860640fba4
  Downloading ciscoconfparse-1.2.12.tar.gz (225kB): 225kB downloaded
  Running setup.py (path:/opt/virtual_env/py34_test/build/ciscoconfparse/setup.py) egg_info for package ciscoconfparse
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/opt/virtual_env/py34_test/build/ciscoconfparse/setup.py", line 14, in <module>
        from version_info.version import __version__ as __ccpversion__
      File "/opt/virtual_env/py34_test/build/ciscoconfparse/version_info/__init__.py", line 1, in <module>
        from version import *
    ImportError: No module named 'version'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/opt/virtual_env/py34_test/build/ciscoconfparse/setup.py", line 14, in <module>

    from version_info.version import __version__ as __ccpversion__

  File "/opt/virtual_env/py34_test/build/ciscoconfparse/version_info/__init__.py", line 1, in <module>

    from version import *

ImportError: No module named 'version'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /opt/virtual_env/py34_test/build/ciscoconfparse
Storing debug log for failure in /home/mpenning/.pip/pip.log
(py34_test)[mpenning@tsunami this]$
@mpenning mpenning added the bug label Mar 4, 2015
@mpenning mpenning self-assigned this Mar 4, 2015
@mpenning
Copy link
Owner Author

mpenning commented Mar 4, 2015

This is fixed in ciscoconfparse 1.2.13.

@mpenning mpenning closed this as completed Mar 4, 2015
mpenning added a commit that referenced this issue Mar 4, 2015
--HG--
branch : ciscoconfparse
mpenning added a commit that referenced this issue Oct 28, 2015
--HG--
branch : ciscoconfparse
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant