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

how to install File type is Source ? Example:pyaes-1.6.1.tar.gz #32

Closed AtlantisDe closed 2 years ago

AtlantisDe commented 2 years ago

how to install File type is Source ? Example:pyaes-1.6.1.tar.gz

 await Python.Included.Installer.InstallWheel(typeof(ng).Assembly, "pyaes-1.6.1.tar.gz", false);

//failed

Another way to package with setuptools?
AtlantisDe commented 2 years ago

python setup.py bdist_wheel