Git Product home page Git Product logo

Comments (6)

lacabra avatar lacabra commented on August 21, 2024

catalyst ingest is deprecated. Use instead catalyst ingest-exchange -x {exchange_name}. For up-to-date instructions see https://enigmampc.github.io/catalyst/beginner-tutorial.html

from catalyst.

riopal avatar riopal commented on August 21, 2024

Hey I just tried it doest work either I get the same error.

from catalyst.

lacabra avatar lacabra commented on August 21, 2024

ok, so run catalyst ingest-exchange -x bitfinex and post here the full trace of the error. It must be something specific to your installation in Windows. Happy to help troubleshoot.

from catalyst.

lacabra avatar lacabra commented on August 21, 2024

You didn't say that your first conda install failed, and you created the environment manually. I figured this out troubleshooting another install that experienced the same issue. When you created the environment with this command:
conda create --name catalyst python=2.7 scipy
you should use instead:
conda create --name catalyst python=2.7 scipy zlib
I have updated the documentation available at https://enigmampc.github.io/catalyst/install.html#troubleshooting-conda-install accordingly.

In order to do the change above, you will probably need to remove the catalyst environment that is not working by running the following command first:
conda remove --name catalyst --all

Let me know if this fixes your issue.

from catalyst.

riopal avatar riopal commented on August 21, 2024

from catalyst.

lacabra avatar lacabra commented on August 21, 2024

Hi @riopal,
You were experiencing two different issues, and the instructions above solved your first issue. Let me review:

  • Your first issue is that catalyst was not properly installed, and the corresponding error message ImportError: Could not load any of ['hdf5.dll', 'hdf5dll.dll'], please ensure that it can be found in the system path was the sign that catalyst was not properly installed and missing some libraries. What you last did fixed the installation, because this message went away.
  • Now that you have Catalyst properly installed, refer to my initial message:

catalyst ingest is deprecated. Use instead catalyst ingest-exchange -x {exchange_name}. For up-to-date instructions see https://enigmampc.github.io/catalyst/beginner-tutorial.html

Which will fix both issues.

I am closing this issue because the installation issue has been resolved (and the documentation updated accordingly) and what you see now is expected behavior as the command catalyst ingest is deprecated. Please refer to the most up to date documentation.

Thank you.

from catalyst.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.