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

Make a release #1443

Open
ocervell opened this issue Nov 27, 2024 · 2 comments
Open

Make a release #1443

ocervell opened this issue Nov 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ocervell
Copy link

There was no GitHub or PyPI releases since 2022.

FYI the install on PyPI is broken:

# dirsearch --help
Traceback (most recent call last):
  File "/root/.local/bin/dirsearch", line 5, in <module>
    from dirsearch.dirsearch import main
  File "/root/.local/share/pipx/venvs/dirsearch/lib/python3.12/site-packages/dirsearch/dirsearch.py", line 23, in <module>
    from pkg_resources import DistributionNotFound, VersionConflict
ModuleNotFoundError: No module named 'pkg_resources

Please consider making a new release.

@ocervell ocervell added the enhancement New feature or request label Nov 27, 2024
@di3n0
Copy link

di3n0 commented Dec 17, 2024

The same.

@di3n0
Copy link

di3n0 commented Dec 17, 2024

I resolved it.
File "/home/kali/.local/share/pipx/venvs/dirsearch/lib/python3.12/site-packages/dirsearch/dirsearch.py", line 23, in
So that, I removed the dirsearch from the path of the pipx.
And then, I install by 'sudo apt-get install dirsearch'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants