Re: [PyInstaller] Re: Scipy Interpolate module

2020-06-25 Thread bwoodsend
Thanks Chris for sharing that. It’s been a while since I used Anaconda. Itsik, I tried from skimage.transform import warp’ on my plain Python and it’s worked fine. Could you give us the full traceback rather than a screenshot. If you find copying awkward in cmd you can pipe stderr to a file b

Re: [PyInstaller] Re: Scipy Interpolate module

2020-06-24 Thread 'Chris Barker' via PyInstaller
s in Anaconda documentation against using pip. Since >> I want to use both Anaconda and Python, I will probably setup two separate >> machines, one only with Python and the other only with Anaconda. >> >> Best, >> Itsik >> >> *From:* bwoodsend >> *Sent:* M

Re: [PyInstaller] Re: Scipy Interpolate module

2020-06-23 Thread bwoodsend
est, > Itsik > > *From:* bwoodsend > *Sent:* Monday, June 22, 2020 1:36 PM > *To:* PyInstaller > *Subject:* [PyInstaller] Re: Scipy Interpolate module > > scipy.interpolate is working no problem on my Windows. Scipy is on > PyInstaller’s list of packages which may req

Re: [PyInstaller] Re: Scipy Interpolate module

2020-06-23 Thread Itsik Weissman
From: bwoodsend Sent: Monday, June 22, 2020 1:36 PM To: PyInstaller Subject: [PyInstaller] Re: Scipy Interpolate module scipy.interpolate is working no problem on my Windows. Scipy is on PyInstaller’s list of packages which may require tight version control. I’m using: python==3.7.7 PyInstaller

[PyInstaller] Re: Scipy Interpolate module

2020-06-22 Thread bwoodsend
scipy.interpolate is working no problem on my Windows. Scipy is on PyInstaller’s list of packages which may require tight version control. I’m using: python==3.7.7 PyInstaller==3.6 scipy==1.4.1 I also notice your using Anaconda which rearranges your package structures in a way PyInstaller of

[PyInstaller] Re: Scipy Interpolate module

2020-06-22 Thread Yitzhak Weissman
Same happened to me. Did you find a solution or workaround? On Monday, January 27, 2020 at 5:46:28 PM UTC+2, Prateek Maheshwari wrote: > > I m trying to make a exe using interpolate of scipy. > Installer is created successfully. > While executing command from cmd on windows it gives following erro