-
Notifications
You must be signed in to change notification settings - Fork 21
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
A little late to the game... #24
Comments
satisfied: cython in openspades/PySnip/venv/lib/python2.7/site-packages (0.29.10) |
pysnip hasn't been maintained for years so I doubt you'll get any support for this. Check out https://github.com/piqueserver/piqueserver instead! :) |
I was just looking at that. I saw they have updated files. Ok, I will use that! thank you. |
I had some errors and it seems like there is a dependency missing- but I followed every guide I could find.
2019-06-04 17:31:27-0500 [-] pyspades server started on Tue Jun 4 17:31:27 2019
2019-06-04 17:31:27-0500 [-] Log opened.
2019-06-04 17:31:27-0500 [-] Traceback (most recent call last):
2019-06-04 17:31:27-0500 [-] File "run.py", line 1081, in
2019-06-04 17:31:27-0500 [-] protocol_instance = protocol_class(interface, config)
2019-06-04 17:31:27-0500 [-] File "./scripts/disco.py", line 39, in init
2019-06-04 17:31:27-0500 [-] protocol.init(self, *arg, **kw)
2019-06-04 17:31:27-0500 [-] File "run.py", line 694, in init
2019-06-04 17:31:27-0500 [-] ServerProtocol.init(self, port, interface)
2019-06-04 17:31:27-0500 [-] File "../pyspades/server.py", line 1481, in init
2019-06-04 17:31:27-0500 [-] BaseProtocol.init(self, *arg, **kw)
2019-06-04 17:31:27-0500 [-] File "../pyspades/protocol.py", line 82, in init
2019-06-04 17:31:27-0500 [-] address = enet.Address(interface, port)
2019-06-04 17:31:27-0500 [-] File "enet.pyx", line 252, in enet.Address.init
2019-06-04 17:31:27-0500 [-] File "enet.pyx", line 287, in enet.Address.host.set
2019-06-04 17:31:27-0500 [-] IOError: Resolution failure!
I am using Xubuntu 18.04 with these dependencies:
sudo apt-get install python2.7 python2.7-dev python-setuptools python-twisted mercurial gcc g++ zope.interface virtualenv python-pip python-dev cython3 libssl-dev python-setuptools libssl-dev
Then I run this:
virtualenv -p python2 venv;source ./venv/bin/activate
pip install cython twisted jinja2 pillow pygeoip pycrypto pyasn1 geocity cryptography cffi service_identity pyopenssl
The server doesn't run. Just gives the above errors. I had it working briefly but something fouled up. I'm wondering if I have the wrong version of something...?
The text was updated successfully, but these errors were encountered: