henon / Python.Included

A Python.NET based framework enabling .NET libraries to call into Python packages without depending on a local Python installation.
MIT License
313 stars 51 forks source link

Not possible to use wheel file that's present in file system #18

Closed katjoek closed 3 years ago

katjoek commented 3 years ago

I'm facing the issue we're I'll be pulling in a wheel file from a nuget package (as I'm building a C# project, obviously). I see a way for that wheel file to be embedded as a resource. So I would like to just ship the wheel as a separate file and load it at runtime.

henon commented 3 years ago

I definitely is worth having a method to install wheels from a file path. Thanks for adding it.