Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 675
    • Issues 675
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Issues
  • #3499
Closed
Open
Issue created Jun 25, 2021 by Chris Burr@chrisburrDeveloper

PyPy 7.3.4: Unable to import msilib "No module named '_msi'"

The build for pycurl in conda-forge fails with No module named '_msi', see https://github.com/conda-forge/pycurl-feedstock/pull/15

Unfortunately I don't have a Windows machine to test but I think this is a PyPy bug as I can't find an implementation for it.

Additionally, if I test on Linux I find that I get the same error despite the fact this module is only supposed to be available on Windows:

PyPy:

Python 3.7.10 (51efa818fd9b24f625078c65e8e2f6a5ac24d572, Apr 09 2021, 13:41:19)
[PyPy 7.3.4 with GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>> import msilib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/cburr/miniconda3/envs/test/lib-python/3/msilib/__init__.py", line 3, in <module>
    from _msi import *
ModuleNotFoundError: No module named '_msi'

cpython:

Python 3.7.6 | packaged by conda-forge | (default, Jun  1 2020, 18:46:49)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import msilib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'msilib'
>>>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking