Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Installation Problem #68

Closed
sjafri2 opened this issue Mar 9, 2021 · 3 comments
Closed

Installation Problem #68

sjafri2 opened this issue Mar 9, 2021 · 3 comments
Assignees
Labels
installation Questions regarding library installation question ❓ Further information is requested

Comments

@sjafri2
Copy link

sjafri2 commented Mar 9, 2021

Describe the bug
During installation I am getting the below error.
"Could not find a version that satisfies the requirement crowdstrike-falconpy (from versions: )
No matching distribution found for crowdstrike-falconpy"

To Reproduce
pip install crowdstrike-falconpy

Expected behavior
Installation with out any issue.

Environment (please complete the following information):

  • OS: Ubuntu 18.04.5 LTS
  • Python: pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)

Additional context
None

@sjafri2 sjafri2 added the bug 🐛 Something isn't working label Mar 9, 2021
@jshcodes
Copy link
Member

jshcodes commented Mar 9, 2021

Due to dependencies, FalconPy only supports Python 3.6+. (Although it does also run on Python 3.5, we stopped unit testing for it when GitHub dropped support for 3.5 runners.)

Have you tried pip3?

sudo apt install python3-pip

and then

pip3 install crowdstrike-falconpy

@jshcodes jshcodes removed the bug 🐛 Something isn't working label Mar 9, 2021
@jshcodes
Copy link
Member

jshcodes commented Mar 9, 2021

Next PR (#67) will contain an update for the README so that the difference between the two PIP calls is more obvious. :-)

@jshcodes jshcodes self-assigned this Mar 9, 2021
@sjafri2
Copy link
Author

sjafri2 commented Mar 10, 2021 via email

@CrowdStrike CrowdStrike locked and limited conversation to collaborators Mar 10, 2021
@jshcodes jshcodes added the installation Questions regarding library installation label Aug 2, 2021
@jshcodes jshcodes added the question ❓ Further information is requested label Dec 23, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
installation Questions regarding library installation question ❓ Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants