alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

Installation error when installing pyngrok #109

Closed Preciousknows closed 1 year ago

Preciousknows commented 1 year ago

Description: I am encountering an error when trying to install pyngrok on my system. I am using Python 3.9 on an operating system Kali Linux virtual machine. When I run the command pip install pyngrok, I get the following error message:

"Could not build wheels for pyngrok, which is required to install project.toml-based project"

I have tried the following steps to resolve the issue, but the error persists:

Upgraded pip using pip install --upgrade pip Installed the necessary dependencies using pip install pyngrok[all] Installed build tools using my system's package manager Installed the wheel package using pip install wheel Cleared the pip cache using pip cache purge Tried installing pyngrok from source using pip install . in the cloned repository However, none of these steps have resolved the issue. I suspect that there may be an issue with the installation process of pyngrok on my system.

System Configuration:

Operating System: Kali Linux virtual machine Python Version: python 3.9 Dependencies: None Build Tools: Installed using my system's package manager Wheel Package: Installed using pip install wheel Please let me know if there is any additional information I can provide to help troubleshoot this issue. Thank you for your help!

github-actions[bot] commented 1 year ago

This is a bug tracker and not a support forum.

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the \"pyngrok\" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.