Problem installing/using
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 70
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading install.sh and create_virtual_env.sh, then inspect requirements.txt and the absence of setup.py to understand what installation currently provides. Reproduce the example import in the created virtual environment; the issue is done when the documented installation makes from OpenDutchWordnet import Wn_grid_parser work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100