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

Python3.9 WIP #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Python3.9 WIP #5

wants to merge 2 commits into from

Conversation

wardi
Copy link
Member

@wardi wardi commented Jul 19, 2024

this is closer, but python environment is broken with

Traceback (most recent call last):
  File "/srv/app/ckan/registry/wsgi.py", line 8, in <module>
    from ckan.config.middleware import make_app
  File "/srv/app/ckan/registry/src/ckan/ckan/config/middleware/__init__.py", line 7, in <module>
    import six
  File "/srv/app/ckan/registry/lib/python3.9/site-packages/six.py", line 649, in <module>
    import struct
  File "/usr/lib/python3.9/struct.py", line 13, in <module>
    from _struct import *
ModuleNotFoundError: No module named '_struct'

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

Successfully merging this pull request may close these issues.

1 participant