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

Help trouble shoot correct install of regex package.

Open mediabuff opened this issue 2 years ago • 0 comments

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'

mediabuff avatar May 14 '23 22:05 mediabuff

mbox is kind of broken... see http://www.jwz.org/doc/content-length.html Not sure what other formats exist which are actually used...

On Tue, Feb 24, 2015 at 07:03:17PM -0800, Nikita Pekin wrote:

Currently we enforce Maildir, but we should support alternatives (DB, mbox, etc.?).


Reply to this email directly or view it on GitHub: https://github.com/uiri/SEGIMAP/issues/7

uiri avatar Mar 07 '15 16:03 uiri