Skip to content
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

ERROR: Could not find a version that satisfies the requirement msldap>=0.3.20 #60

Closed
freedom-wy opened this issue Nov 19, 2020 · 5 comments

Comments

@freedom-wy
Copy link

ERROR: Could not find a version that satisfies the requirement msldap>=0.3.20 (from pypykatz) (from versions: 0.0.2, 0.0.3, 0.0.4, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.12, 0.2.13, 0.2.14, 0.3.0, 0.3.1, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13)
ERROR: No matching distribution found for msldap>=0.3.20 (from pypykatz)

@RazviAlex
Copy link

RazviAlex commented Nov 20, 2020

I get same issue when install it via pip3. Try clone the repo, Install prerequirements (here you got msladp..) and install it again via python install python3 setup.py install.

Edit: just try with a newer version of python and works fine to install it also via pip install pypykatza

@skelsec
Copy link
Owner

skelsec commented Nov 27, 2020

This is really strange, the msldap version 0.3.20 was published on the 8th of November onto pip.
I managed to build the entire project using setup.py install so at the moment I'm clueless.
Please let me know if you still experience this issue.

@ukedk
Copy link

ukedk commented Dec 18, 2020

pip call with root account told the missing dependency: msldap needs python >= 3.7. I had 3.6 installed (ubuntu 18.04). After setup of python 3.7 pypykatz installed successfully. Hope that helps ;)

@skelsec
Copy link
Owner

skelsec commented Jan 16, 2021

Ahh I think I found the issue: msldap package changed the minimum version requirement from 3.6 to 3.7
I believe I should do this to pypykatz as well.

@skelsec
Copy link
Owner

skelsec commented Apr 11, 2022

Closing this issue as we've passed multiple version changes since

@skelsec skelsec closed this as completed Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants