I'm trying to install a module called clarifai, using pip install clarifai, and it throws me the following error
could not find a version that satisfies the requirement clarifai.rest (from versions:)
from what I have read others have installed using pip and it works from the command line but not when importing, I do not install it directly. How can you solve it?