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.

linkify unexpected keyword argument 'skip_pre'

See original GitHub issue

Hi, I encountered this error today:

check runtests: commands[0] | python setup.py check --strict --metadata --restructuredtext
running check
Traceback (most recent call last):
  File "setup.py", line 75, in <module>
    extras_require={
  File "/usr/local/lib/python3.5/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/local/lib/python3.5/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python3.5/distutils/command/check.py", line 71, in run
    self.check_restructuredtext()
  File "/media/pawamoy/Data/git/django-cs-models/.tox/check/lib/python3.5/site-packages/readme_renderer/integration/distutils.py", line 30, in check_restructuredtext
    markup = render(data, stream=stream)
  File "/media/pawamoy/Data/git/django-cs-models/.tox/check/lib/python3.5/site-packages/readme_renderer/rst.py", line 121, in render
    return clean(rendered)
  File "/media/pawamoy/Data/git/django-cs-models/.tox/check/lib/python3.5/site-packages/readme_renderer/clean.py", line 77, in clean
    parse_email=False,
TypeError: linkify() got an unexpected keyword argument 'skip_pre'

Here are the versions of the packages I’m using:

  • check-manifest==0.35
  • docutils==0.13.1
  • readme-renderer==16.0
  • Pygments==2.2.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dicommented, Mar 8, 2017
0reactions
SpotlightKidcommented, Mar 9, 2017

bleach 2.0.0 removes support for Python 2.6 but readme_renderer still states in the setup.py classifiers that it supports Python 2.6. Was it intentional to drop Python 2.6 support with the upgrade to bleach 2.0.0?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unexpected keyword argument for parameter in path/url for ...
When you have both URL parameters and body parameters, connexion throws an error that the URL parameter is an unexpected keyword argument.
Read more >
view.py got an unexpected keyword argument topic_id #p
Error in this line of code: url(r'^topics/(?P<topic_id>\d+)\$',views.topics,name='topic.html') url(r'^topics/(?P<topic_id>\d+)\$' ...
Read more >
Unexpected keyword argument - Anvil Q&A
In my application, the API ENDPOINT notify_burned is notified when a voucher_id is used (“burned”). The calling request is:
Read more >
scarico() got an unexpected keyword argument 'string'
First, I'm going to recommend you call your parameter something other than "string" (although that is a valid name). I will use "my_string"...
Read more >
Core linkify · Documentation
Linkify is a JavaScript plugin. Use Linkify to find links in plain-text and convert them to HTML tags. It automatically highlights URLs, #hashtags, ......
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