binux / pyspider

A Powerful Spider(Web Crawler) System in Python.
http://docs.pyspider.org/
Apache License 2.0
16.47k stars 3.69k forks source link

Apple mac M1 chip can not run #974

Open cx4 opened 3 years ago

cx4 commented 3 years ago

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
theabhinavdas commented 1 year ago

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

yhu-ctrl commented 1 year ago

same problem in #919