You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am failing to install PyExFill with pip (pip install --user PyExfil) but it fails due to the following error:
➜ pip install --user PyExfil
Collecting PyExfil
Using cached PyExfil-1.10.4.tar.gz (5.2 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: requests>=1.0.0 in /home/oma/.pyenv/versions/3.11.2/lib/python3.11/site-packages (from PyExfil) (2.28.2)
Collecting impacket>=0.9.0 (from PyExfil)
Using cached impacket-0.11.0-py3-none-any.whl
Collecting slackclient (from PyExfil)
Using cached slackclient-2.9.4-py2.py3-none-any.whl (97 kB)
Requirement already satisfied: progressbar in /home/oma/.pyenv/versions/3.11.2/lib/python3.11/site-packages (from PyExfil) (2.5)
INFO: pip is looking at multiple versions of pyexfil to determine which version is compatible with other requirements. This could take a while.
Collecting PyExfil
Using cached PyExfil-1.3-py3-none-any.whl (2.5 kB)
ERROR: Cannot install pyexfil==1.10.4 and pyexfil==1.3 because these package versions have conflicting dependencies.
The conflict is caused by:
pyexfil 1.10.4 depends on zlib
pyexfil 1.3 depends on zlib
To fix this you could try to:
1. loosen the range of package versions you've specified2. remove package versions to allow pip attempt to solve the dependency conflictERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The zlib library is a module from the standard library (link) and i have installed both packages (zlib1g zlib1g-dev) recommended by different stack overflow questions. So the requirement should be fulfilled.
Hey @MagnusOffermanns . Thanks for this.
Issue was supposed to be fixed on Python3 due to requirements3.txt. Python2 does need the zlib import but on 3 it's built in. Can you kindly confirm?
I am failing to install PyExFill with pip (
pip install --user PyExfil
) but it fails due to the following error:The zlib library is a module from the standard library (link) and i have installed both packages (zlib1g zlib1g-dev) recommended by different stack overflow questions. So the requirement should be fulfilled.
Info about my system:
Python 3.11.2
The text was updated successfully, but these errors were encountered: