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

Build mpdecimal on Windows and fix Python 3.13 validation #7

Merged
merged 10 commits into from
Sep 5, 2024

Conversation

zanieb
Copy link
Owner

@zanieb zanieb commented Sep 4, 2024

No description provided.

@zanieb
Copy link
Owner Author

zanieb commented Sep 5, 2024

At a new error now

cpython> removing non-functional executable: C:\Users\RUNNER~1\AppData\Local\Temp\python-build-ihgbdidp\out\python\install\Scripts\pip.exe
cpython> removing non-functional executable: C:\Users\RUNNER~1\AppData\Local\Temp\python-build-ihgbdidp\out\python\install\Scripts\pip3.13.exe
cpython> removing non-functional executable: C:\Users\RUNNER~1\AppData\Local\Temp\python-build-ihgbdidp\out\python\install\Scripts\pip3.exe
cpython> extension not present: _msi

@zanieb
Copy link
Owner Author

zanieb commented Sep 5, 2024

Alright made it to a new one

encountered build directory for unknown projects: _testclinic_limited, _testlimitedcapi

@zanieb
Copy link
Owner Author

zanieb commented Sep 5, 2024

Now failing validation


  error: missing extension module: _suggestions
  error: missing extension module: _testexternalinspection
  error: missing extension module: _xxsubinterpreters
  error: python/install/DLLs/_asyncio.pyd loads illegal library python313.dll
  error: python/install/DLLs/_bz2.pyd loads illegal library python313.dll
  error: python/install/DLLs/_ctypes.pyd loads illegal library python313.dll
  error: python/install/DLLs/_ctypes_test.pyd loads illegal library python313.dll
  error: python/install/DLLs/_decimal.pyd loads illegal library python313.dll
  error: python/install/DLLs/_elementtree.pyd loads illegal library python313.dll
  error: python/install/DLLs/_hashlib.pyd loads illegal library python313.dll
  error: python/install/DLLs/_lzma.pyd loads illegal library python313.dll
  error: python/install/DLLs/_multiprocessing.pyd loads illegal library python313.dll
  error: python/install/DLLs/_overlapped.pyd loads illegal library python313.dll
  error: python/install/DLLs/_queue.pyd loads illegal library python313.dll
  error: python/install/DLLs/_socket.pyd loads illegal library python313.dll
  error: python/install/DLLs/_sqlite3.pyd loads illegal library python313.dll
  error: python/install/DLLs/_ssl.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testbuffer.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testcapi.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testclinic.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testclinic_limited.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testconsole.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testimportmultiple.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testinternalcapi.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testlimitedcapi.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testmultiphase.pyd loads illegal library python313.dll
  error: python/install/DLLs/_testsinglephase.pyd loads illegal library python313.dll
  error: python/install/DLLs/_tkinter.pyd loads illegal library python313.dll
  error: python/install/DLLs/_uuid.pyd loads illegal library python313.dll
  error: python/install/DLLs/_wmi.pyd loads illegal library python313.dll
  error: python/install/DLLs/_zoneinfo.pyd loads illegal library python313.dll
  error: python/install/DLLs/pyexpat.pyd loads illegal library python313.dll
  error: python/install/DLLs/select.pyd loads illegal library python313.dll
  error: python/install/DLLs/unicodedata.pyd loads illegal library python313.dll
  error: python/install/DLLs/winsound.pyd loads illegal library python313.dll
  error: python/install/python.exe loads illegal library python313.dll
  error: python/install/pythonw.exe loads illegal library python313.dll
  error: libpython doesn't export _PyWarnings_Init for extension module _warnings

@zanieb
Copy link
Owner Author

zanieb commented Sep 5, 2024

🥳 Windows working now

@zanieb zanieb changed the base branch from main to zb/3.13 September 5, 2024 15:38
@zanieb zanieb marked this pull request as ready for review September 5, 2024 15:38
@zanieb zanieb changed the title Attempt to download and build mpdecimal on Windows Build mpdecimal on Windows and fix Python 3.13 validation Sep 5, 2024
@zanieb zanieb merged commit 2110d43 into zb/3.13 Sep 5, 2024
26 of 53 checks passed
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