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

[bug] Missing requirement "charset-normalizer" #5

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

StopThatTalace
Copy link
Contributor

@StopThatTalace StopThatTalace commented Jun 3, 2024

Hello !

Thanks for this amazing tool! I got another missing module when installing with pipx.

[Jun 03, 2024 - 05:19:07 (EDT)] exegol-oscp_lab /workspace # pipx install git+https://github.com/p0dalirius/smbclient-ng --force
⚠  Note: smbng was already on your PATH at /root/.pyenv/versions/3.11.9/bin/smbng
  installed package smbclientng 1.3, installed using Python 3.11.9
  These apps are now globally available
    - smbclientng
    - smbng
done! ✨ 🌟 ✨

[Jun 03, 2024 - 05:19:23 (EDT)] exegol-oscp_lab /workspace # smbclientng 
Traceback (most recent call last):
  File "/root/.local/bin/smbclientng", line 5, in <module>
    from smbclientng.__main__ import main
  File "/root/.local/share/pipx/venvs/smbclientng/lib/python3.11/site-packages/smbclientng/__main__.py", line 10, in <module>
    from smbclientng.core.InteractiveShell import InteractiveShell
  File "/root/.local/share/pipx/venvs/smbclientng/lib/python3.11/site-packages/smbclientng/core/InteractiveShell.py", line 8, in <module>
    import charset_normalizer
ModuleNotFoundError: No module named 'charset_normalizer'

Made the changes and it work for me locally!
Hope this help!

@p0dalirius p0dalirius merged commit 3dc22e9 into p0dalirius:main Jun 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants