You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I tried installing OpenDutchWordnet, using the
install.sh
(or actuallycreate_virtual_env.sh
). The script succeeds, but if I run the example code,>>> from OpenDutchWordnet import Wn_grid_parser
I getImportError: 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?
The text was updated successfully, but these errors were encountered: