Requirements not installing properly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16.7k
- Forks
- 3.6k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 5
Description
3:43:56
[da97c665!] Traceback (most recent call last):
13:43:56
[da97c665!] File "C:\Users\maxim\OneDrive\Desktop\MHDDoS-2.4.6\start.py", line 29, in
13:43:56
[da97c665!] from PyRoxy import Proxy, ProxyChecker, ProxyType, ProxyUtiles
13:43:56
[da97c665!] ModuleNotFoundError: No module named 'PyRoxy'
13:43:56
[INFO] Task da97c665 finished with exit code 1.
ERROR: Could not install packages due to an OSError: [Errno 22] Invalid argument: 'C:\Users\maxim\AppData\Local\Temp\pip-unpack-odaah4in\impacket-0.10.0.tar.gz'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported Windows installation failure and inspect start.py at line 29, where the missing PyRoxy import is reported. Check how dependencies are installed and whether the impacket archive error prevents PyRoxy from being available. Done means the documented installation completes without the pip error and start.py can import PyRoxy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 40/100