facebookresearch / cc_net

Tools to download and cleanup Common Crawl data
MIT License
972 stars 142 forks source link

ERROR: Package u'cc-net' requires a different Python: 2.7.12 not in '>=3.7' #12

Closed Nanamumuhan closed 4 years ago

Nanamumuhan commented 4 years ago

图片

Nanamumuhan commented 4 years ago

how to solve this

gwenzek commented 4 years ago

it seems you're using python2.7 which is not supported. You should run this with python3. You should either use conda or venv

For example

python3 -m venv
. venv/bin/activate
python --version
make install