Skip to content

Help trouble shoot correct install of regex package. #50

@mediabuff

Description

@mediabuff

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 library 
     await i.InstallWheel(typeof(Program).Assembly, "MyApp.aksharamukha-2.1.2-py3-none-any.whl");

    # it looks like the above package needs 'regex''. So, I add 
     await i.InstallWheel(typeof(Program).Assembly, MyApp.regex-2023.5.5-cp311-cp311-win_amd64.whl", true);

}

I get the following error, in spite of no error messages in installing regex;

Unhandled exception. Python.Runtime.PythonException: ModuleNotFoundError : No module named 'regex._regex'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions