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

Requirements. txt is missing the pkg_resources module #1377

Open
Crany-web opened this issue May 17, 2024 · 1 comment
Open

Requirements. txt is missing the pkg_resources module #1377

Crany-web opened this issue May 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Crany-web
Copy link

Crany-web commented May 17, 2024

  1. Download the latest release compressed package
  2. Unzip the compressed package
  3. Enter the decompressed path and execute python -m venv ./venv
  4. Activate the virtual environment source venv/bin/activate
  5. Execute pip install -r requirements.txt (the process goes smoothly without any problems)
  6. Execute python dirsearch.py and the terminal echoes ModuleNotFoundError: No module named 'pkg_resources'
  7. After understanding that you need to use pip install setuptools
  8. Execute python dirsearch.py again and find that it can run normally
    PS: I hope developers can add setuptools to requirements.txt
@Crany-web Crany-web added the bug Something isn't working label May 17, 2024
@cloud-jie
Copy link

感谢,已解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants