pyfunctional is incompatible with multiprocess because dill
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any eta on the new release?
Ah, just realized my mistake, thats committed, but not released. Sure, I can do a another release.