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.

Is there any way to use distributed (specifically the workers, scheduler and executor is fine in Python) with PyPy? I know that sys.getsizeof is not implemented in PyPy, so that’s a problem, would it be possible to circumvent it somehow, so that the workers would not use it?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mrocklincommented, Apr 17, 2016

Here are a few simple things to improve testing. https://github.com/dask/distributed/pull/232

I ran into issues with the test distributed/tests/test_executor.py::test_cancel that surprised me.

0reactions
mrocklincommented, Apr 19, 2016

Closing this issue for now. Please reopen if you encounter more PyPy issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyPy
Compatibility: PyPy is highly compatible with existing python code. It supports cffi, cppyy, and can run popular python libraries like twisted, and django....
Read more >
PyPy support - PyO3 user guide
Using PyPy is supported via cpyext. Support is only provided for building Rust extension for code running under PyPy. This means that PyPy...
Read more >
The PyPy plugin — uWSGI 2.0 documentation - Read the Docs
A new PyPy plugin based on cffi is available since uWSGI 1.9.11. The old slow cpyext-based one has been removed from the tree....
Read more >
PyPy - Wikipedia
PyPy does not have full compatibility with more recent versions of the CPython ecosystem. While it claims compatibility with Python 2.7, 3.7, 3.8...
Read more >
PyPy Is Faster than Python, but at What Cost?
Some people have requested PyPy support for popular ML libraries, but they seem to lead nowhere. Here's a GitHub issue about PyPy support...
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