-
Notifications
You must be signed in to change notification settings - Fork 22
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
CDSW: TypeError: attrib() got an unexpected keyword argument 'convert' #3
Comments
Full error stack:
|
I found that upgrading pytest with the requirements.txt file to the latest available today fixed the issues I was having in CDSW. I have not got to test this in CML yet. pytest==6.1.1 |
When using this project in CDSW 1.8.0 and CDP PvC Base 7.1.3 (edge2ai), file 4_train_models.py errors out with:
TypeError: attrib() got an unexpected keyword argument 'convert'
To fix this I needed downgrade attrs with the following command:
pip3 install attrs==19.1.0
I found this solution here:
https://stackoverflow.com/questions/58189683/typeerror-attrib-got-an-unexpected-keyword-argument-convert
The text was updated successfully, but these errors were encountered: