You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am encountering a conflict between the "httpx" tool developed by Project Discovery and a Python module named httpx. Both share the same name, which leads to issues when using them together, particularly when running tools that rely on either the tool or the module.
When the Python httpx module is installed, it interferes with the usage of the Project Discovery "httpx" tool, resulting in either unexpected behavior or failures during execution. This issue is especially prominent when running tools that depend on one of them but don't specify which one to use.
Steps to Reproduce:
Install the Python httpx module using pip install httpx.
Attempt to run the "httpx" tool by Project Discovery from the command line.
Observe that the Python module interferes with the tool, causing errors or unexpected behavior.
Expected Behavior: It would be helpful if there were a way to differentiate between the "httpx" tool and the Python module, or to resolve the conflict, allowing both to function without interfering with each other.
Description:
Hello, I am encountering a conflict between the "httpx" tool developed by Project Discovery and a Python module named httpx. Both share the same name, which leads to issues when using them together, particularly when running tools that rely on either the tool or the module.
When the Python httpx module is installed, it interferes with the usage of the Project Discovery "httpx" tool, resulting in either unexpected behavior or failures during execution. This issue is especially prominent when running tools that depend on one of them but don't specify which one to use.
Steps to Reproduce:
Install the Python httpx module using pip install httpx.
Attempt to run the "httpx" tool by Project Discovery from the command line.
Observe that the Python module interferes with the tool, causing errors or unexpected behavior.
Expected Behavior: It would be helpful if there were a way to differentiate between the "httpx" tool and the Python module, or to resolve the conflict, allowing both to function without interfering with each other.
https://github.com/encode/httpx
and
https://github.com/projectdiscovery/httpx
while some popular tools in the market such as bbot use same module.
The text was updated successfully, but these errors were encountered: