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
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
The text was updated successfully, but these errors were encountered:
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.)
On Tue, Mar 9, 2021, 5:42 PM jshcodes ***@***.***> wrote:
Due to dependencies, FalconPy only supports Python 3.6 - 3.9.
Have you tried pip3?
sudo apt install python3-pip
and then
pip3 install crowdstrike-falconpy
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATFECU6OUKPQMV7RSFBWQF3TC2I6FANCNFSM4Y4TV4ZA>
.
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):
Additional context
None
The text was updated successfully, but these errors were encountered: