Albert King
Albert King
> I am using the macbook M1, and python version is 3.9 > > ### Steps to reproduce > When I import a package named akshare which uses the py_mini_racer...
> Build for Apple M1 fork https://github.com/studyhub-co/PyMiniRacer > > My result, you can try to use it: [libmini_racer.dylib.zip](https://github.com/sqreen/PyMiniRacer/files/7575004/libmini_racer.dylib.zip) Thanks for your work!
yeah, just in readme
> 牛,这是纯python么? 发自我的iPhone > […](#) > 在 2019年11月4日,下午9:25,Albert King ***@***.***> 写道: 金融数据-AkShare 基于 Python 的开源金融数据接口, 可以作为 TuShare 的一个补充 — You are receiving this because you are subscribed to this...
> 不好意思,只是import akshare就收到错误: # Have to specify base this way to satisfy 2to3 ^ SyntaxError: invalid syntax 发自我的iPhone > […](#) > 在 2019年11月4日,下午9:39,Albert King ***@***.***> 写道: 牛,这是纯python么? 发自我的iPhone …...
> 抱歉,打扰了: Traceback (most recent call last): File "iCloud/Finance/finance.py", line 1, in import akshare as ak File "Documents/modules/akshare/__init__.py", line 263, in from akshare.stock.hk_stock_sina import (get_hk_stock_hist_data, File "Documents/modules/akshare/stock/hk_stock_sina.py", line 10, in...
> 就写了一行: import akshare as ak current_data_df =ak.get_hk_stock_current() print(current_data_df) 在手机上运行的,python 3.8,好像是demjson卡住了。 发自我的iPhone > […](#) > 在 2019年11月4日,下午11:23,Albert King ***@***.***> 写道: 抱歉,打扰了: Traceback (most recent call last): File "iCloud/Finance/finance.py", line...
> 谢谢,没事,台式机上运行是没问题的。 发自我的iPhone > […](#) > 在 2019年11月4日,下午11:32,Albert King ***@***.***> 写道: 就写了一行: import akshare as ak current_data_df =ak.get_hk_stock_current() print(current_data_df) 在手机上运行的,python 3.8,好像是demjson卡住了。 发自我的iPhone … 在 2019年11月4日,下午11:23,Albert King @.> 写道: ...
这个问题跟之前感觉是一样的,用Python3.7.3 应该没有问题的
Thanks, now akshare had updated the errors about this issues! akshare: https://github.com/jindaxiang/akshare