lowRISC / lowRISC/hjson_to_gantt
No fuzzyfind found
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
So, with pip (Python 2.7) installed listed dependencies. Then cloned git. Next copy-pasted your example and used example output creation command. Does nothing except complains that:
` File "./hjson_to_gantt", line 8, in
from fuzzyfinder import fuzzyfinder
ImportError: No module named 'fuzzyfinder'
`
But:
`pip show fuzzyfinder`
`Metadata-Version: 2.0
Name: fuzzyfinder
Version: 1.0.0
Summary: Fuzzy Finder implemented in Python.
Home-page: https://github.com/amjith/fuzzyfinder
Author: Amjith Ramanujam
Author-email: amjith.r@gmail.com
Installer: pip
License: BSD
Location: /usr/local/lib/python2.7/dist-packages
Requires:
Classifiers:
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4`
Ok. So, I actually opened the file in an editor and then notice that the shebang says python3... you could have mentioned this in the documentation...
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
Review the usage documentation and the hjson_to_gantt entry point, starting with the Python 3 shebang and the dependency installation instructions. Clarify the required Python version and ensure the example setup explains why a Python 2 environment cannot import the installed dependency. Done means a fresh user can follow the documented setup without this import error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100