letheanVPN / lthn-app-vpn

Client/Server dVPN
https://www.lt.hn
European Union Public License 1.2
36 stars 16 forks source link

ERROR: Could not find a version that satisfies the requirement pprint #128

Closed mahdi-ln closed 3 years ago

mahdi-ln commented 3 years ago
$ pip3 install -r requirements.txt
/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:25: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
Collecting syslogmp
  Downloading syslogmp-0.4-py3-none-any.whl (7.9 kB)
Collecting ed25519
  Downloading ed25519-1.5.tar.gz (868 kB)
     |████████████████████████████████| 868 kB 88 kB/s 
ERROR: Could not find a version that satisfies the requirement pprint (from -r requirements.txt (line 3)) (from versions: none)
ERROR: No matching distribution found for pprint (from -r requirements.txt (line 3))

I used develop branch

limosek commented 3 years ago

Hi,

can you send more details about your OS, Pip and Python version? pprint is standard package which should be available.

Snider commented 3 years ago

@mahdi-cll image

pprint was added to python, the fix is to remove it.

Our GitLab is now pushing updates to GitHub master, so if you subscribe here you will only see improvements you can use and not dev work :)

This issue is fixed in GitHub Master, let us know if it pops back up :)