You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package and Environment Details (include every applicable attribute)
Package Name/Version: cpython/3.9.7
Operating System+version: Linux Ubuntu 20.04
Compiler+version: GCC 9.3.0
I'm having trouble getting a statically linked and embedded python interpretter (the static library produced by cpython/3.9.7, but the issue is likely version-independant) to import python modules that have a native shared library component.
I'm not sure if it's related to the recipe but might be work taking a look.
Hi there,
I was reviewing old issues and I have come across this one.
The cpython/3.9.7 version is no longer supported by Conan Center Index.
I'm closing this issue as this recipe has suffer plenty of modifications since this issue was reported.
If for some reason the problem remains nowadays, do not hesitate to reopen this issue or create a new ticket with updated information, preferably using conan v2.
Here are some logs of a successful compilation of cpython/3.9.19:
$ conan create recipes/cpython/all --version 3.9.19 --build=missing
...
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
...
cpython/3.9.19 (test package): Module worked as expected
cpython/3.9.19 (test package): RUN: /Users/perseo/.conan2/p/b/cpyth75a55c14cf7be/p/bin/python3.9 "/Users/perseo/sources/conan-center-index/recipes/cpython/all/test_package/test_package.py" -b "/Users/perseo/sources/conan-center-index/recipes/cpython/all/test_package/build/apple-clang-15-armv8-gnu17-release" -t ssl
testing ssl
default_context.options=2186412240
cpython/3.9.19 (test package): Module worked as expected
cpython/3.9.19 (test package): Not testing the module, because these seem not to work on apple when cpython is built as a static library
cpython/3.9.19 (test package): RUN: ./test_package
Today is Tue Sep 10 16:52:49 2024
Package and Environment Details (include every applicable attribute)
I'm having trouble getting a statically linked and embedded python interpretter (the static library produced by cpython/3.9.7, but the issue is likely version-independant) to import python modules that have a native shared library component.
I'm not sure if it's related to the recipe but might be work taking a look.
Details are posted to SO here: https://stackoverflow.com/q/70553232/1131467
The text was updated successfully, but these errors were encountered: