[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On 3/11/20 2:22 PM, Goran Terzic wrote: > Let me first introduce myself, I'm Goran, developer whom Brian mentioned in > his first message. > Together with Brian, I am developing custom UI using Laravel. > > Mark, thank you for pointing us in the right direction. > I fixed the problem by

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On 3/11/20 2:33 PM, Brian Carpenter wrote: > On 3/11/20 2:38 PM, Mark Sapiro wrote: >> See > > So updating Mailman core via pip did not fix the issue. We had to do the > following downgrade: > > pip install importlib_resources==1.0.2 > >

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On 3/11/20 1:38 PM, Brian Carpenter wrote: > On 3/11/20 2:38 PM, Mark Sapiro wrote: >> See > > So how do you apply the fix? Would running the following in a virtual > environment do it? > > pip install --upgrade mailman No, not until the

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Goran Terzic
Let me first introduce myself, I'm Goran, developer whom Brian mentioned in his first message. Together with Brian, I am developing custom UI using Laravel. Mark, thank you for pointing us in the right direction. I fixed the problem by downgrading importlib_resources to 1.0.2. Would you suggest

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Brian Carpenter
On 3/11/20 2:38 PM, Mark Sapiro wrote: See So updating Mailman core via pip did not fix the issue. We had to do the following downgrade: pip install importlib_resources==1.0.2 When will the fix be ported to the pip repositories? --

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Brian Carpenter
On 3/11/20 2:38 PM, Mark Sapiro wrote: See So how do you apply the fix? Would running the following in a virtual environment do it? pip install --upgrade mailman -- Please let me know if you need further assistance. Thank you for

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On March 11, 2020 5:30:46 PM GMT+00:00, brian_carpen...@emwd.com wrote: >I have a development server that only has Mailman core installed on it. >I used a virtual environment to do the installation but I did not >install Postorius or Hyperkitty as I am currently working on developing >a custom