linkify unexpected keyword argument 'skip_pre'
See original GitHub issueHi, 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:
- Created 7 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@wfscheper Version 0.17 has been released: https://pypi.org/project/readme_renderer/17.0/
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?