not works
See original GitHub issueHi any one will advice my how to fix is issue .
`Traceback (most recent call last): File “/usr/bin/ghauri”, line 33, in <module> sys.exit(load_entry_point(‘ghauri==1.0.1.dev0’, ‘console_scripts’, ‘ghauri’)()) File “/usr/bin/ghauri”, line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File “/usr/lib/python3.9/importlib/metadata.py”, line 524, in distribution return Distribution.from_name(distribution_name) File “/usr/lib/python3.9/importlib/metadata.py”, line 187, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: ghauri
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
it not works or it not working? - TextRanch
it not working vs it not works. A complete search of the internet has found these results: it not working is the most...
Read more >Ephesians 2:9 not by works, so that no one can boast.
not by works, so that no one can boast. New Living Translation Salvation is not a reward for the good things we have...
Read more >32 Bible verses about Salvation Not By Works
For by grace you have been saved through faith; and that not of yourselves, it is the gift of God; not as a...
Read more >Systematic review on what works, what does not work and ...
Systematic review on what works, what does not work and why of implementation of mobile health (mHealth) projects in Africa.
Read more >Romans 11:6—It Is By Grace Not By Works - JCBlog.net
However, to the man who does not work but trusts God who justifies the wicked, his faith is credited as righteousness" ( Romans...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Your instruction is wrong this is correct step:
`/ghauri$ python3 -m pip install -e
Usage: /usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] … /usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] … /usr/bin/python3 -m pip install [options] [-e] <vcs project url> … /usr/bin/python3 -m pip install [options] [-e] <local project path> … /usr/bin/python3 -m pip install [options] <archive url/path> … `
Bro clone the latest version or just do a git pull if already cloned. Then try the same steps and let me know