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

CI failure because of new python-gilt dependency on Python 3 #77

Merged
merged 2 commits into from
Mar 16, 2020

Conversation

miquecg
Copy link
Owner

@miquecg miquecg commented Mar 16, 2020

Traceback (most recent call last):
  File "/opt/circleci/.pyenv/versions/2.7.12/bin/gilt", line 7, in <module>
    from gilt.shell import main
  File "/opt/circleci/.pyenv/versions/2.7.12/lib/python2.7/site-packages/gilt/shell.py", line 27, in <module>
    from gilt import config
  File "/opt/circleci/.pyenv/versions/2.7.12/lib/python2.7/site-packages/gilt/config.py", line 24, in <module>
    import urllib.parse
ImportError: No module named parse

Source

retr0h/gilt#73

urllib.parse is a Python 3 module.

@miquecg miquecg changed the title CI builds fail because new python-gilt dependency on Python 3 CI failure because of new python-gilt dependency on Python 3 Mar 16, 2020
@miquecg miquecg merged commit c3910b1 into master Mar 16, 2020
@miquecg miquecg deleted the gilt-requires-python3 branch March 16, 2020 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant