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.

the package is not working on pypy3

See original GitHub issue
>>>> import azure.storage
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/Cellar/pypy3/2.4.0/libexec/site-packages/azure/storage/__init__.py", line 21, in <module>
    from .models import (
  File "/usr/local/Cellar/pypy3/2.4.0/libexec/site-packages/azure/storage/models.py", line 20, in <module>
    from collections.abc import Iterable
ImportError: No module named collections.abc

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
emgerner-msftcommented, Apr 12, 2016

We definitely can solve this particular import problem. However, the storage library is not tested with 3.2, and from talking to @huguesv there a likely more problems which are more subtle. I’m wondering if it’s almost better not to fix this so its very obvious the version won’t work rather than have folks find that out with more subtle issues.

0reactions
lmazuelcommented, Apr 12, 2016

Looking at the PyPy download page:

  • the Python 2.7 compatible release — PyPy 5.0.1
  • the Python 3.2.5 compatible release — PyPy3 2.4.0

So, yes I think you are right, we do not support Python 3 if not at least 3.3, so direct consequence is that we do not support PyPy3 2.4.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyPy not finding packages - python - Stack Overflow
I recently installed PyPy. It works fine if the code I'm running doesn't import much. But when my code tries to import, e.g.,...
Read more >
How to install and work with PyPy - ActiveState
Click to PIP install PyPy and work with it. Also get quick instructions to work with PyPy using Conda.
Read more >
pypy3: package import fails in 1.16.0 where it passed in 1.15
Yes, this is showing up in SciPy master branch for PyPy test matrix entry as well. All reactions.
Read more >
Frequently Asked Questions - PyPy documentation
Module xyz does not work with PyPy: ImportError; Module xyz does not work in the sandboxed PyPy? Do C-extension modules work with PyPy?...
Read more >
Bug #1874157 “pypy3 pip broken” - Launchpad Bugs
package using the following command. apt-get install python-pip-whl. You may need to use sudo with that command. After installing the python-pip ...
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