Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor build process #154

Open
1 of 3 tasks
marvinmarnold opened this issue Dec 2, 2021 · 1 comment
Open
1 of 3 tasks

Refactor build process #154

marvinmarnold opened this issue Dec 2, 2021 · 1 comment

Comments

@marvinmarnold
Copy link
Contributor

marvinmarnold commented Dec 2, 2021

Problems to address:

  • PyGObject is not heavily used but introduces a dependency that is a PITA. It takes forever to build with pip and we have not been able to get it working using the system installs.
  • Removing venv. This was prevented previously because PyGObject would complain after venv removed:
Traceback (most recent call last):
  File "/opt/lib/cputemp/service.py", line 30, in <module>
    from gi.repository import GObject
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
    from . import _gi
ImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import) (/usr/lib/python3/dist-packages/gi/__init__.py)
  • Unpinning package versions. This was last attempted at the same time as other changes and likely contributed to the issues.
@shawaj
Copy link
Member

shawaj commented Jan 2, 2023

Related to #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants