dahlia / wikidata

Wikidata client library for Python
https://pypi.org/project/Wikidata/
GNU General Public License v3.0
337 stars 31 forks source link

ImportError: No module named 'wikidata' (Python 3.5) #13

Closed ryan0802 closed 4 years ago

ryan0802 commented 6 years ago

Python 3.5.2 (default, Nov 23 2017, 16:37:01) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.

from wikidata.client import Client Traceback (most recent call last): File "", line 1, in ImportError: No module named 'wikidata'

OCA99 commented 5 years ago

Did you fix the error?

ryan0802 commented 5 years ago

No, I don't know why. Please help.

WolfgangFahl commented 5 years ago

this looks like a pythonpath issue see e.g. https://stackoverflow.com/questions/23417941/python-import-error-no-module-named-does-exist

dahlia commented 5 years ago

No enough instructions to reproduce this problem.

cdhx commented 4 years ago

no error just pip install wikidata

cdhx commented 4 years ago

maybe you need py37?

dahlia commented 4 years ago

I cannot reproduce this.