-
Describe the bug To Reproduce Expected behavior Environment (please complete the following information):
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
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 |
Beta Was this translation helpful? Give feedback.
-
Next PR (#67) will contain an update for the README so that the difference between the two PIP calls is more obvious. :-) |
Beta Was this translation helpful? Give feedback.
-
Good morning,
The pip3 command did the magic.
thanks for the help.
…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>
.
|
Beta Was this translation helpful? Give feedback.
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?
and then