Apr-05-2025, 12:29 AM
Hi everyone,
I’m really new to Python and trying to use SunnyNet in my project, but I’m having trouble getting it set up. I can’t seem to find it or download it through pip. I’ve searched around, but I haven’t had any luck.
Does anyone know how I can pip install SunnyNet or where I can find it? If you’ve used it before, I’d really appreciate any help on how to get it working in my project.
Here’s what I’ve tried so far:
Running pip install SunnyNet, but it doesn’t seem to find the package.
Searching for the package online, but I’m still stuck.
I’m just starting out with Python, so any guidance would be super helpful!
Thanks in advance!
I’m really new to Python and trying to use SunnyNet in my project, but I’m having trouble getting it set up. I can’t seem to find it or download it through pip. I’ve searched around, but I haven’t had any luck.
Does anyone know how I can pip install SunnyNet or where I can find it? If you’ve used it before, I’d really appreciate any help on how to get it working in my project.
Here’s what I’ve tried so far:
Running pip install SunnyNet, but it doesn’t seem to find the package.
Searching for the package online, but I’m still stuck.
I’m just starting out with Python, so any guidance would be super helpful!
Thanks in advance!
Quote:from SunnyNet import WebsocketTools, tools, TCPTools
from SunnyNet.CertManager import CertManager
from SunnyNet.Event import HTTPEvent, TCPEvent, UDPEvent, WebSocketEvent
from SunnyNet.HTTPClient import SunnyHTTPClient
from SunnyNet.Queue import Queue
from SunnyNet.SunnyNet import Version
from SunnyNet.SunnyNet import SunnyNet as Sunny