TulipCharts / tulipy

[NOT ACTIVELY MAINTAINED] Tulipy - Financial Technical Analysis Indicator Library (Python bindings for Tulip Charts)
https://github.com/TulipCharts/tulipindicators
GNU Lesser General Public License v3.0
330 stars 83 forks source link

PyPI source tar.gz fails to build #12

Closed cirla closed 7 years ago

cirla commented 7 years ago

Installing from wheel works fine, but installing via the source tar.gz (via pip install tulipy) fails.

  1. Dependencies must not be correctly specified, as it throws errors during setup about numpy or Cython missing instead of installing them before attempting setup.
  2. Contents of libindicators directory is not included in the package, as compilation failes (e.g. fatal error: 'indicators.h' file not found).
codeplea commented 7 years ago

Regarding point 2, it appears that the libindicators directory is included, however it is missing only the indicators.h file.