-
Notifications
You must be signed in to change notification settings - Fork 9
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
AttributeError: module 'cow_csvw.converter' has no attribute 'csvw' #120
Comments
hi Matthias, sorry for the CoW moohing at you. Just to make sure:
I'm not sure if I understand you correctly, but indeed CoW ceased to work under Python 2. |
Hi Richard, thanks for your quick response. Checking your recommended list I have this results: "you yourself have python 3?"
"you ran pip3 install cow-csvw?"
"next you ran cow_tool --version and that did not provide you 1.0.2?"
All is correctly installed with python3, after seeing this error I thought it was a dependency issue with converter library for the message ModuleNotFoundError: No module named 'converter' In that moment I run pip3 install converter
But this package doesn't work because is old python2 package for the this error:
After that I uninstall this converter package, but return to the first error. |
Hi COW team!
I have been trying to execute the CLI on a file to transform a CSV to Turtle but I couldn't install it properly following the instruction on the page. Also digging the repository found this quick tutorial https://github.com/clariah/cow_tutorial but have the same results. I think I need some dependency I'm missing but can't understand wich one.
This is the stacktrace:
I try also installing this one pip3 install converter, but is installed on a python 2 version and doesn't work, probably isn't the correct one.
Any help will be appreciated :)
The text was updated successfully, but these errors were encountered: