Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not works #17

Closed
ghost opened this issue Oct 11, 2022 · 5 comments
Closed

not works #17

ghost opened this issue Oct 11, 2022 · 5 comments
Labels
duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Oct 11, 2022

Hi any one will advice my how to fix is issue .

`Traceback (most recent call last):
File "/usr/bin/ghauri", line 33, in
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

@r0oth3x49
Copy link
Owner

please follow the issue reporting template so that i can easily reproduce and fix, it works fine for me on almost all platforms i used.

@r0oth3x49 r0oth3x49 added help wanted Extra attention is needed duplicate This issue or pull request already exists and removed help wanted Extra attention is needed labels Oct 12, 2022
@ghost
Copy link
Author

ghost commented Oct 12, 2022

I try to install in in Cloud console but not works and show my this issue.

@ghost
Copy link
Author

ghost commented Oct 12, 2022

Ater command I recive some issue .
python3 -m pip install --upgrade -r requirements.txt
python3 setup.py

python setup.py /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:544: UserWarning: The version specified ('1.0.1#dev') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands

setup.py is without color this means this icons in console is not active.Looks like not corrected installed .

@r0oth3x49
Copy link
Owner

Bro clone the latest version or just do a git pull if already cloned. Then try the same steps and let me know

@ghost
Copy link
Author

ghost commented Oct 13, 2022

Your instruction is wrong this is correct step:

  1. git clone https://github.com/r0oth3x49/ghauri.git
  2. GO to ghauri folder
  3. python -m pip install --upgrade -r requirements.txt
  4. python3 -m pip install -e ----I'm get stuck ???

`/ghauri$ python3 -m pip install -e

Usage:
/usr/bin/python3 -m pip install [options] [package-index-options] ...
/usr/bin/python3 -m pip install [options] -r [package-index-options] ...
/usr/bin/python3 -m pip install [options] [-e] ...
/usr/bin/python3 -m pip install [options] [-e] ...
/usr/bin/python3 -m pip install [options] <archive url/path> ...
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant