Re: Request help w/pip install jq

2020-07-19 Thread Mats Wichmann
On 7/19/20 11:42 AM, Dennis Lee Bieber wrote: > On Sun, 19 Jul 2020 10:39:09 -0600, Mats Wichmann > declaimed the following: > >> there is no mention of Windows at all, so the guess would be it's not >> supported. >> > There is a whole open "issue" for that... > > https://github.com/mwilli

Re: Request help w/pip install jq

2020-07-19 Thread MRAB
On 2020-07-19 17:39, Mats Wichmann wrote: On 7/19/20 8:46 AM, Ed Walser wrote: Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip install jq Don't inst

Re: Confused about np.polyfit()

2020-07-19 Thread duncan smith
On 19/07/2020 16:11, Dino wrote: > On 7/19/2020 4:54 PM, duncan smith wrote: >> >> It depends on what you expect the result to be. There's nothing >> inherently wrong with transforming variables before using least squares >> fitting. Whether it gives you the "best" estimates for the coefficients >>

Re: Request help w/pip install jq

2020-07-19 Thread Mats Wichmann
On 7/19/20 8:46 AM, Ed Walser wrote: > Hi all, > > I've tried installing jq several times in my local environment, but it > fails, saying it can't find a file that pip downloads. Here is the entire > pip output: > > (base) C:\Users\edwal>pip install jq Don't install that way, do: python -m pip

Re: Confused about np.polyfit()

2020-07-19 Thread Richard Damon
On 7/19/20 10:54 AM, duncan smith wrote: > On 19/07/2020 11:19, Dino wrote: >> Hi, I am looking at someone else's code trying to understand their use >> of numpy.polyfit. >> >> My understanding was that you can use it to fit polynomials, but >> apparently, the original author has used it for logari

Re: Request help w/pip install jq

2020-07-19 Thread MRAB
On 2020-07-19 15:46, Ed Walser wrote: Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip install jq Collecting jq Downloading jq-1.0.2.tar.gz (57 kB)

Re: Need a Dynamic vlookup using python

2020-07-19 Thread narenchunduri
Any solution possible for this. Please let me know -- https://mail.python.org/mailman/listinfo/python-list

Request help w/pip install jq

2020-07-19 Thread Ed Walser
Hi all, I've tried installing jq several times in my local environment, but it fails, saying it can't find a file that pip downloads. Here is the entire pip output: (base) C:\Users\edwal>pip install jq Collecting jq Downloading jq-1.0.2.tar.gz (57 kB) ||

Re: Confused about np.polyfit()

2020-07-19 Thread duncan smith
On 19/07/2020 11:19, Dino wrote: > > Hi, I am looking at someone else's code trying to understand their use > of numpy.polyfit. > > My understanding was that you can use it to fit polynomials, but > apparently, the original author has used it for logarithmic and > exponential curves as well this

Re: A Python installation help doc much more friendly to newcomers? [Was Re: help]

2020-07-19 Thread Mats Wichmann
On 7/18/20 5:02 PM, dn via Python-list wrote: > - most docs seem to try to be 'all things to all people', whereas the > differences between platforms inevitably make the writing complicated > and the reading difficult to follow. Thus, consider separating entries > by OpSys and/or installation meth

RE: Seeking to convert a py timer app for my Moto E6

2020-07-19 Thread Steve
Interesting "Declaimed"? (-: I am still trying to see how this system works. I do not recall receiving that comment nor do I recall receiving a copy of the original message as I did with the second one. Whatever... That first message did have a suggestion. I will check it out. Thanks FootN

Jython but portable?

2020-07-19 Thread vjp2 . at
How do you use Jython Standalone Jar? Do you have to "Intall"? I usually use most standalone jars directly without intalling. And I want to use this thing in Portable Apps, so I din't want to install anything. Because it might end up in my Windows system and I won't know until I try it at anothe