question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pyfunctional is incompatible with multiprocess because dill

See original GitHub issue

I want to add pyfunctional and multiprocess inside my project (I’m using poetry) and I have this issue:

[SolverProblemError]
Because no versions of pyfunctional match >1.3.0,<2.0.0
 and pyfunctional (1.3.0) depends on dill (>=0.2.6,<=0.2.7.1), pyfunctional (>=1.3.0,<2.0.0) requires dill (>=0.2.6,<=0.2.7.1).
Because multiprocess (0.70.9) depends on dill (>=0.3.1)
 and no versions of multiprocess match >0.70.9,<0.71.0, multiprocess (>=0.70.9,<0.71.0) requires dill (>=0.3.1).
Thus, pyfunctional (>=1.3.0,<2.0.0) is incompatible with multiprocess (>=0.70.9,<0.71.0).

Can you update dill?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
galen104commented, Feb 10, 2020

Any eta on the new release?

1reaction
EntilZhacommented, Jan 28, 2020

Ah, just realized my mistake, thats committed, but not released. Sure, I can do a another release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python error [WinError 6] while using multiprocessing.Process ...
This is caused by dill.. because if I use standard Pickler - it goes well without error. But I need to use dill...
Read more >
Try FitBert.ipynb - Colaboratory - Google Colab
Installing collected packages: sacremoses, sentencepiece, transformers, dill, PyFunctional, fitbert Found existing installation: dill 0.3.1.1 Uninstalling ...
Read more >
Installed Python Libraries - CoCalc
Library Python 3 SageMath Anaconda 2020 Anaco... abelfunctions 0.1.0 access. Calculate spatial accessibility metrics. 1.1.8 1.1.8 1.1.3 1.1.3 admcycles. Tautological ring on Mbar_g,n 1.3.2
Read more >
Simple index - piwheels
... secondordercoefficient etherunit carate spacy-model-manager systemd-service multiprocess-decorator django-relativedeltastore symath project-help-create ...
Read more >
Simple Index
broken-since ... dm.zopepatches.fix-responsewrite-conflict · dm.zopepatches.formlib · dm.zopepatches.security ... multiprocessing-on-dill · multiprocesspool
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found