Skip to content

Compatibility problem with free-threading Python 3.14t on Windows #192

@hesl-seu

Description

@hesl-seu

Description

I'm trying to install osqp 1.0.5 on free-threading Python 3.14t. As no binaries provided in pypi, it is automatically installed from the source.
However, there will be a link error when building:

LINK : fatal error LNK1104: cannot open file 'python314.lib'

Possible solution

I have checked that the library file is called "python3.14t.lib" on Windows for 3.14t. Probably, something needs to be fixed in a CMake file somewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions