cltl / OpenDutchWordnet

This repo provides a python module to work with Open Dutch WordNet. It was created using python 3.4.
Other
64 stars 15 forks source link

Problem installing/using #7

Open jvdzwaan opened 7 years ago

jvdzwaan commented 7 years ago

I tried installing OpenDutchWordnet, using the install.sh (or actually create_virtual_env.sh). The script succeeds, but if I run the example code, >>> from OpenDutchWordnet import Wn_grid_parser I get ImportError: No module named 'OpenDutchWordnet'.

If I look at the script, it seems no module is installed, it just creates a virtualenv and installs lxml from requirements.txt. Also, there is no setup.py.

What am I missing?

twielfaert commented 7 years ago

I'm facing the same issue here. There seems to be something missing.

jbkamp commented 4 years ago

I cloned the git repository in C:\Users\[user]\Anaconda3\Lib\site-packages and it worked. Not sure if it answers your question though.