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
I am experimenting with building a compiled non-python project within scikit-build-core, and I've encountered an issue if you point the entry-point to a non-pythonic object, i.e.:
Probably should address in #880. But I need to debug more why did it even create MultiplexedPath in this case when I've installed it without editable or such.
Edit: So this is fun. It's a MultiplexedPath with a single item 🤷
The text was updated successfully, but these errors were encountered:
I am experimenting with building a compiled non-python project within scikit-build-core, and I've encountered an issue if you point the entry-point to a non-pythonic object, i.e.:
The verbose log shows:
Probably should address in #880. But I need to debug more why did it even create
MultiplexedPath
in this case when I've installed it without editable or such.Edit: So this is fun. It's a
MultiplexedPath
with a single item 🤷The text was updated successfully, but these errors were encountered: