Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S spice-gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • spice
  • spice-gtk
  • Issues
  • #152

Closed
Open
Created Jan 27, 2022 by Tomasz Kłoczko@kloczek👍

0.39: issue with detecting pyparsing python module

From meson output:

spice-common| See also: https://github.com/mesonbuild/meson/issues/9300
spice-common| Message: Checking for python module pyparsing

subprojects/spice-common/meson.build:137:8: ERROR: Problem encountered: Python module pyparsing not found

From meson-logs/meson-log.txt:

Running command: /usr/bin/python3 -m six
--- stdout ---

--- stderr ---


Message: Checking for python module pyparsing
Running command: /usr/bin/python3 -m pyparsing
--- stdout ---

--- stderr ---
/usr/bin/python3: No module named pyparsing.__main__; 'pyparsing' is a package and cannot be directly executed
[tkloczko@ss-desktop SPECS]$ pip show pyparsing
Name: pyparsing
Version: 3.0.7
Summary: Python parsing module
Home-page: https://github.com/pyparsing/pyparsing/
Author: Paul McGuire
Author-email: ptmcg.gm+pyparsing@gmail.com
License: MIT License
Location: /usr/lib/python3.8/site-packages
Requires:
Required-by: matplotlib, packaging
Edited Jan 27, 2022 by Tomasz Kłoczko
Assignee
Assign to
Time tracking