golismero / openvas_lib

OpenVAS connector for versions 6, 7, 8 and 9
BSD 3-Clause "New" or "Revised" License
80 stars 100 forks source link

pip or pip3 installation error has different version in metadata: 1.1.4 #48

Open anandtiwarics opened 3 years ago

anandtiwarics commented 3 years ago

pip install openvas-lib getting below error

Collecting openvas-lib
  Using cached openvas_lib-1.1.8.tar.gz (30 kB)
ERROR: Requested openvas-lib from https://files.pythonhosted.org/packages/9a/f1/b169dfb62493b8dd2055858a300dcdf2564fd41901ffa02236b7a323114b/openvas_lib-1.1.8.tar.gz#sha256=8b2d4c3151b7b358535a0bdd5548eca8b73661178c136f61334da36171e30fd7 has different version in metadata: '1.1.4'

Environment:

pip 20.3 from /app/envs/lib/python3.6/site-packages/pip (python 3.6)
brainwane commented 3 years ago

Hello - I saw your bug report by searching GitHub for people running into trouble with pip 20.3, and figured I could mention here a useful troubleshooting and workaround tip from the documentation: If you need a workaround while you’re fixing the root cause of this problem, you can choose the old resolver behavior using the flag --use-deprecated=legacy-resolver. This will work until we release pip 21.0 (see Deprecation timeline).

120346 commented 2 years ago

Any update on fixing the metadata?? Seems like this would be an easy fix. All of the packages above 1.1.4 are messed up.