TypeError: attrib() got an unexpected keyword argument 'converter'
See original GitHub issueIn a Travis CI linux build on Python 3.6, I am getting an odd error:
E TypeError: attrib() got an unexpected keyword argument 'converter'
The errors occurs in the following line of jsonschema:
Windows builds passed. These builds are for https://github.com/greenelab/manubot/pull/49/commits/34de1a6f34c2b3cc8bc7ee112347a0f6af6a1e99 of https://github.com/greenelab/manubot/pull/49.
Interestingly, the tests pass locally for me on Linux. From the test log, it seems that the error is being triggered upon import. Possibly related to pytest.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
TypeError: attrib() got an unexpected keyword argument 'convert'
This error occurred during automated testing of a python project on the CI server using pytest . I'm using pytest==4.0.2 . This error...
Read more >TypeError: attrib() got an unexpected keyword argument 'convert'
When I import aplpy package in jupyter notebook, I get the following error. Looks like the problem is in the Pytest package: Traceback...
Read more >attrib() got an unexpected keyword argument 'convert ...
Hi Everyone,. Hope you are enjoying the course! If by any chance, you are receiving the following error while running pytest:
Read more >attrib() got an unexpected keyword argument 'convert' - YouTube
PYTHON : TypeError : attrib() got an unexpected keyword argument ' convert ' [ Gift : Animated Search Engine ...
Read more >TypeError: attrib() got an unexpected keyword argument 'convert'
typeerror : attrib() got an unexpected keyword argument 'convert'. Add Answer | View In TPC Matrix. Technical Problem Cluster First Answered On January...
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
Yeah setup.py install hasn’t been a great way to install things for awhile – definitely go for pip. Glad you got it working.
On Wed, Aug 8, 2018, 16:53 Daniel Himmelstein notifications@github.com wrote:
@dhimmel
jsonschema
should already be declaring that it needs attrs>17.4 – just in case that was added after v3.0.0a1, I just pushed a v3.0.0a2, but there’s also a small chance you are depending on some library that is pinning attrs to below 17.4.0.Try re-running your build now and see if it still fails?
Will close this since jsonschema’s own test suite is passing here so I’m pretty sure the bug would be elsewhere, but leave a comment if you have any issues.