Git Product home page Git Product logo

Comments (8)

slabasan avatar slabasan commented on June 16, 2024

Hi @pmocz, could you tell us a bit about your setup? How did you install hatchet? Hatchet does depend on functionality in the multiprocess package, but this package should have been installed as one of hatchet's dependencies. Thanks!

from hatchet.

pmocz avatar pmocz commented on June 16, 2024

I am installing with pip. Hatchet version 1.3.0 works. But not the later version.

from hatchet.

slabasan avatar slabasan commented on June 16, 2024

I see, so hatchet 1.3.0 works, but 1.3.1a0 runs into the missing multiprocess package error. Two additional questions, which python version are you using and what processor architecture are you running on?

from hatchet.

pmocz avatar pmocz commented on June 16, 2024

That's right! I am using python 3.7.4 on my laptop (x86-64).

from hatchet.

pmocz avatar pmocz commented on June 16, 2024

Is the package that is meant to be imported here this one? https://docs.python.org/3/library/multiprocessing.html which is called multiprocessing instead of multiprocess?

from hatchet.

slabasan avatar slabasan commented on June 16, 2024

Thank you! I'm going to try and recreate this error. Changing it to be multiprocessing is valid, but I think we have code in that version of hatchet that depends specifically on functionality in the multiprocess package, so I'm not sure that fix will resolve all the errors. The multiprocess package supersedes multiprocessing, but around this version is when we introduced multiprocess dependencies, so I will need to go look into that. I will keep you posted and send an update soon.

from hatchet.

slabasan avatar slabasan commented on June 16, 2024

This has been resolved.

from hatchet.

ilumsden avatar ilumsden commented on June 16, 2024

The reason that this happens is because multiprocess isn't included in the install_requires section of setup.py in any of the PyPI releases. This is a bug. The develop branch of Hatchet has this fixed, so all subsequent releases should have this issue resolved.

from hatchet.

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.