TuChart
TuChart copied to clipboard
Tuchart is a visualization interface for the Chinese stock market. Tuchart supports candlestick charts, price charts, tick data, high-frequency data and distribution of top shareholders for individual...
``` ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\Anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-_rvqf25f\\tushare\\setup.py'"'"'; __file__='"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-_rvqf25f\\tushare\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-_rvqf25f\tushare\pip-egg-info' cwd: C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-_rvqf25f\tushare\...
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)
$ python main.py Less than 12 hours. Loading previously saved Pickle... Traceback (most recent call last): File "main.py", line 372, in w = MyUi() File "main.py", line 94, in __init__...
mac 10.15 + python 3.7 运行的时候报错: QtWebEngineProcess[43882:2318758] _CFURLCopyResourcePropertyValuesAndFlags failed because it was passed an URL which has no scheme
This is the output when running pip install tuchart ``` Collecting tuchart Downloading https://files.pythonhosted.org/packages/29/7b/98e22f98a774a8e19b1b82f376f02d73013dbaaf581966627172fa17a736/tuchart-0.1.2.7-py2.py3-none-any.whl Collecting qtpy (from tuchart) Downloading https://files.pythonhosted.org/packages/8a/d1/f7a708cfd4171b04196607274371d343ba84af2e39be22f310d1ec4ed91e/QtPy-1.4.2-py2.py3-none-any.whl Collecting pyecharts==0.2.0 (from tuchart) Downloading https://files.pythonhosted.org/packages/da/9a/ada963b81d1608c5a195fe2a9dcbe2028ed8ac1c492a631c28c2a9cdcbb6/pyecharts-0.2.0.tar.gz (1.6MB) Complete output from...
画十大股东的图时,程序崩溃,重启程序才能绘出崩溃前的十大股东图,请问如何解决?谢谢!
运行起来了,但是加载不出K线图表来,提示:This webpage is not found No webpage was found for the web address: file:///Users/TuChart/Tuchart/render.html
所有的dependency 都装好了, 在python2 下运行, 出现以下提示: c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart>python main.py Traceback (most recent call last): File "main.py", line 8, in from Graph import graphpage File "c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart\Graph.py", line 3, in from pyecharts import Kline,...
绘图失败
但是每次启动都是第一次显示的绘制万科的数据,go back之后,要么绘制失败显示空白,要么是显示核心已转储 具体错误如下: - 安装及运行步骤参照的是你的文档,conda版本是4.3 > [Getting data:]Traceback (most recent call last): File "/home/ros/anaconda2/lib/python2.7/site-packages/Tuchart/main.py", line 352, in classify graphpage(labels, startdate,enddate,option,width, height)#labels:复权ork线or分笔 option:hfq, qfq or 15, 30, D, etc File "/home/ros/anaconda2/lib/python2.7/site-packages/Tuchart/Graph.py",...