Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help trouble shoot correct install of regex package. #50

Open
mediabuff opened this issue May 14, 2023 · 0 comments
Open

Help trouble shoot correct install of regex package. #50

mediabuff opened this issue May 14, 2023 · 0 comments

Comments

@mediabuff
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant