Skip to content

Conversation

@crepererum
Copy link
Collaborator

No description provided.

@crepererum crepererum force-pushed the crepererum/python-3-14-2 branch from 5b632f9 to 1b812c3 Compare December 30, 2025 21:54
@crepererum crepererum force-pushed the crepererum/python-3-14-2 branch from 1b812c3 to 28e0720 Compare December 30, 2025 22:15
@crepererum crepererum marked this pull request as ready for review December 30, 2025 23:06
unzip -d python-sdk python-sdk.zip
unzip -d build-python-sdk build-python-sdk.zip

# the python SDK puts the library under /lib, but the python executable wants it under /lib/python3.x
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why this changed, but @Sl1mb0 ran into this issue before in #204 I believe.

@crepererum crepererum requested review from Sl1mb0 and mhilton December 30, 2025 23:07
unzip -d build-python-sdk build-python-sdk.zip

# the python SDK puts the library under /lib, but the python executable wants it under /lib/python3.x
mv python-sdk/lib python-sdk/lib.tmp
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be achieved with a soft link?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our VFS implementation (that in the end holds the Python lib) doesn't support soft links and I have no real desire to implement that feature for now

@crepererum crepererum added this pull request to the merge queue Jan 5, 2026
Merged via the queue into main with commit 070441b Jan 5, 2026
1 check passed
@crepererum crepererum deleted the crepererum/python-3-14-2 branch January 5, 2026 12:54
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.

3 participants