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

python 3.8 support? #66

Open
ekimia opened this issue Jul 22, 2021 · 3 comments
Open

python 3.8 support? #66

ekimia opened this issue Jul 22, 2021 · 3 comments

Comments

@ekimia
Copy link

ekimia commented Jul 22, 2021

Unsure if its related to 3.8, but getting this error when importing contentful:

In [1]: import contentful
Traceback (most recent call last):

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-1-1391c0406839>", line 1, in <module>
    import contentful

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/contentful/__init__.py", line 1, in <module>
    from .client import Client  # noqa: F401

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/contentful/client.py", line 7, in <module>
    from .resource_builder import ResourceBuilder

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/contentful/resource_builder.py", line 2, in <module>
    from .entry import Entry

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/contentful/entry.py", line 1, in <module>
    from .resource import FieldsResource

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/contentful/resource.py", line 1, in <module>
    import dateutil.parser

  File "/Users/ek/.pyenv/versions/3.8.0/lib/python3.8/site-packages/dateutil/parser.py", line 158
    l.append("%s=%s" % (attr, `value`))
                              ^
SyntaxError: invalid syntax
@sman591
Copy link

sman591 commented Jun 14, 2022

Python 3.8 is included in CI, so I wonder if this is something else:

@rubydog
Copy link
Collaborator

rubydog commented Oct 13, 2022

@sman591 are you still facing the issue?

@sman591
Copy link

sman591 commented Oct 13, 2022

No, sorry! This can be closed

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

No branches or pull requests

3 participants