You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我用了两种安装方式(pip 和 源码),但是两个都是同样问题
安装库的时候一直停留在这行:
PyFin/DateUtilities/Calendar.c:30589:5: warning: code will never be executed
[-Wunreachable-code]
PyErr_Format(PyExc_ValueError, "Assignment to slice of wrong length...
^~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
环境:
Mac OS
Python3.6
安装方式: 用pip 和 源码
我用了两种安装方式(pip 和 源码),但是两个都是同样问题
安装库的时候一直停留在这行:
PyFin/DateUtilities/Calendar.c:30589:5: warning: code will never be executed
[-Wunreachable-code]
PyErr_Format(PyExc_ValueError, "Assignment to slice of wrong length...
^~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: