binux / pyspider

A Powerful Spider(Web Crawler) System in Python.

Home Page:http://docs.pyspider.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple mac M1 chip can not run

cx4 opened this issue · comments

commented

python version : 3.9.6
os: macos OSX(11.5.2)
chip: M1

  File "/Users/Roy/.local/share/virtualenvs/py-spider-rWFp80yL/bin/pyspider", line 5, in <module>
    from pyspider.run import main
  File "/Users/Roy/.local/share/virtualenvs/py-spider-rWFp80yL/lib/python3.9/site-packages/pyspider/run.py", line 231
    async=True, get_object=False, no_input=False):
    ^
SyntaxError: invalid syntax

I also see this, however, it may not be related to the M1 chip (i.e. ARM architecture).

commented

same problem in #919