Hello, I’m trying to setup RASA bot in glitch, which has the requirement of aiohttp~=3.5.
pip3 install rasa give the following error,
ERROR: Could not find a version that satisfies the requirement aiohttp~=3.5 (from rasa),
ERROR: No matching distribution found for aiohttp~=3.5 (from rasa)
I have also tried pip3 install -U rasa --user but getting the same error. Has anyone else also came across this issue or am I doing something wrong?
Hey @sshniro,
Upgrading the Python version seems to solve the issue. Hence, try upgrading your Python to v3.5.3 or above. The minimum requirement for it to run needs python v3.5.3 or above.
Furthermore, Glitch doesn’t seem to support Python projects. Thus, I can’t say that latest version of Python will be added or not, since Glitch was not originally made to support Python.
Check out the Suggestions about upgrading Python to latest version on Glitch.