Issue

When trying to run the command make install in my local panther-analysis repo cloned from GitHub, I get multiple errors starting with the following text:

Installing dependencies from Pipfile.lock ...
An error occurred while installing aiohttp==3.8.1 ; python_version >= '3.6'

Resolution

To resolve this issue:

Cause

One potential cause for this error message is that pipenv might be using the system Python installation (e.g. 3.10) by default, instead of the one defined by pyenv (e.g. 3.9).