dirsearch icon indicating copy to clipboard operation
dirsearch copied to clipboard

Requirements. txt is missing the pkg_resources module

Open Crany-web opened this issue 9 months ago • 1 comments

  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 avatar May 17 '24 16:05 Crany-web

感谢,已解决

cloud-jie avatar May 20 '24 08:05 cloud-jie