Python.Included icon indicating copy to clipboard operation
Python.Included copied to clipboard

A Python.NET based framework enabling .NET libraries to call into Python packages without depending on a local Python installation.

Results 13 Python.Included issues
Sort by recently updated
recently updated
newest added

Python Deployment Installer SetupPython (true) does not reinstall Python, and if there are existing files, an exception will be thrown.

I'm working on a project that uses Python.Included I have to use apython version upper than 3.7 Is there a possibility to upgrade python version ? Thanks

using System; using System.IO; using System.Threading.Tasks; using Python.Runtime; namespace Python.Deployment.Download { class Program { static async Task Main(string[] args) { // ================================================ // This example demonstrates how to download a...

To not open a redundant issue, I have reviewed #1, #23, and #28. It appears to me that Linux has worked before and code to support it was added but...

Hi, MyApp depends on regex package. I add the following: static async Task Main(string[] args) { var i = new Installer(); await i.SetupPython(); # I am using the following python...

The old master branch has been renamed to `main` as per github's suggestion. Certain technical terms such as master, slave, white list, etc. shouldn't be used any longer in this...

Eg "allennlp-models" directory name is allennlp_models

Distributing the `.pdb` files will help us debug your library from within our code. https://devblogs.microsoft.com/visualstudio/debugging-external-sources-with-visual-studio/

Hi, I have created a project using the new WinUI3 Template in Visual Studio 2022: ![image](https://user-images.githubusercontent.com/44875/170010339-10237b5b-3f93-4e0c-bb85-2186c1c203c2.png) Trying to use Python.Included, I receive the following error in the debug output: ```...

To install pip and my required module, I need the installer to run behind a proxy, which cannot be configured at the moment. Would it be possible to implement this...