omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.14k stars 103 forks source link

ERROR: Package 'botasaurus' requires a different Python: 2.7.18 not in '>=3.7' #145

Closed ousvat closed 4 days ago

ousvat commented 6 days ago

I have this error when i try to install botasaurus: ERROR: Package 'botasaurus' requires a different Python: 2.7.18 not in '>=3.7'

My python --version output:

Python 2.7.18

I also tried: python -m pip install botasaurus --upgrade

logs:

% python -m pip install botasaurus --upgrade
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting botasaurus
  Using cached botasaurus-2.0.19.tar.gz (23 kB)
ERROR: Package 'botasaurus' requires a different Python: 2.7.18 not in '>=3.7'
Chetan11-dev commented 5 days ago

You need to upgrade python, alternatively to test botasaurus you my run it in gitpod https://gitpod.io/#https://github.com/omkarcloud/botasaurus-starter

ousvat commented 4 days ago

I got it. So I needed Python 3, not 2.7 :)

I misunderstood the error message