conda-forge / conda-forge/cross-python-feedstock

python vs python3.X

Open
#75 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Shell
Stars
4
Forks
18
Avg merge
6d 16h
Merged PRs (30d)
2

Description

### Comment:

For cross python, is there supposed to be a difference between the command

build: x86_64
target: aarch

```
python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))"
# .cpython-38-aarch64-linux-gnu.so
```
and
```
python3.8 -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))"
# .cpython-38-x86_64-linux-gnu.so
```

This seems to be causing the discrepancies I am seeing in here
https://github.com/conda-forge/openimageio-feedstock/pull/88

```
cross-python_linux-aarch64 3.8 41_cpython conda-forge
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.