somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

[BUG]: WIndows wheels only work for python 3.9 #221

Closed enrico-lattuada closed 6 months ago

enrico-lattuada commented 7 months ago

Description

Wheels installed for Windows with a Python version different from 3.9 do not work.

Reproducible example code

import fastddm

Input files

No response

Output

fastddm._core does not exist

Expected output

No response

Platform

C++, Windows

Installation method

Pip

FastDDM version

0.3.8

Python version

3.12.1

Additional context

All Windows wheels show the correct python flag cp38 ... cp312. The _core_...pyd library, however, always shows the same identifier cp39. This could be connected to the host Python version, which is always 3.9, regardless of the one required to build the wheel.

Is this a regression? Put the last known working version here if it is.

Not a regression

enrico-lattuada commented 6 months ago

Solved by #229