Claire's Monster
Claire's Monster
Some progress, though still some hiccups: ``` -- Install configuration: "Release" -- Installing: //_libsecp256k1.cpython-311-x86_64-linux-gnu.so CMake Error at /tmp/tmpyk6rr366/cmake_install.cmake:80 (file): file INSTALL cannot copy file "/tmp/tmpyk6rr366/cm_python_module/_libsecp256k1.cpython-311-x86_64-linux-gnu.so" to "//_libsecp256k1.cpython-311-x86_64-linux-gnu.so": Permission denied. ```...
@ofek I invited you to the plugin repo. It is private for now. It is mostly from Henry, but I did not understand why he needed to update scikit-build-core. I...
@ofek It looks like with the new plugin, `scikit-build-core` is creating the wheel, the installed `coincurve` in the tox directory only contains `_libsecp256k1.xxx.so`. How does hatch retrieve the artifact from...
With `python -m build`: ``` *** Installing project into wheel... -- Install configuration: "Release" -- Installing: /tmp/tmpzvu_i59_/wheel/platlib/coincurve/_libsecp256k1.cpython-311-x86_64-linux-gnu.so Successfully built coincurve-19.0.2.tar.gz and coincurve-19.0.2-cp311-cp311-linux_x86_64.whl ``` content: ``` unzip -l dist/coincurve-19.0.2-cp311-cp311-linux_x86_64.whl Archive: dist/coincurve-19.0.2-cp311-cp311-linux_x86_64.whl...
@ofek that was it! Pushing thru
@david-hummingbot thank you. corrected
Locally, I get: ``` hummingbot/data_feed/candles_feed/coinbase_advanced_trade_spot_candles/coinbase_advanced_trade_spot_candles.py 190 24 56 7 85.77% ```
@david-hummingbot The `test_coinbase_advanced_trade_spot_candles.py` was not run in the checks, is there something I am missing?
@rapcmia The 429 error could be a temporary issue, the candles uses the time_synchronizer, which itself is controlled by the rate limit of the /time endpoint - note that it...
@rapcmia I think I found a bug: for each REST request the end_time was incorrectly set