question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python3.5+Ubuntu16.04.5 LTS

See original GitHub issue

Hi folks! How are you ? I have a small problem:

# diff-cover
Traceback (most recent call last):
  File "/usr/local/bin/diff-cover", line 7, in <module>
    from diff_cover.diff_cover_tool import main
  File "/usr/local/lib/python3.5/dist-packages/diff_cover/diff_cover_tool.py", line 18, in <module>
    from diff_cover.report_generator import (
  File "/usr/local/lib/python3.5/dist-packages/diff_cover/report_generator.py", line 7, in <module>
    from jinja2_pluralize import pluralize_dj
  File "/usr/local/lib/python3.5/dist-packages/jinja2_pluralize/__init__.py", line 7, in <module>
    import inflect
  File "/usr/local/lib/python3.5/dist-packages/inflect.py", line 93
    return f"(?:{s})"
                    ^
SyntaxError: invalid syntax

Can you help me ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Bachmann1234commented, Mar 1, 2021

kk, ill publish a fix in the package today.

0reactions
Bachmann1234commented, Mar 8, 2021

@The-Compiler https://pypi.org/project/diff-cover/5.0.0/ is out and the pin is no longer there.

I understand your greater point that the pin was never really necessary assuming the user was using the latest pip but like I said, I was overdue on dropping 3.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index of /releases/16.04.5
Name Last modified Size Parent Directory ‑ FOOTER.html 2016‑07‑21 12:16 27 HEADER.html 2021‑08‑27 18:38 5.9K
Read more >
python3.5-dev : Xenial (16.04) : Ubuntu - Launchpad
Header files, a static library and development tools for building Python (v3.5) modules, extending the Python interpreter or embedding Python (v3.5) in ...
Read more >
Unable to install pyinstaller in Ubuntu 16 with Python3.5
I have ubuntu16 which comes with python3.5 pre installed. I have installed pyinstaller using: sudo pip3 install pyinstaller.
Read more >
UBUNTU 16.04 ELS: python3.5 package released - TuxCare
A new updated python3.5 package within Ubuntu 16.04 ELS is now available for download from our production repository. CHANGELOG. python3.5-3.5.2 ...
Read more >
How To Install Python 3 and Set Up a Local Programming ...
This tutorial will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found