<div dir="auto"><div dir="ltr"><div dir="ltr">On Sun, May 24, 2020 at 11:08 AM Larry Hajali <<a href="mailto:larryhaja@gmail.com" target="_blank" rel="noreferrer">larryhaja@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Easier solution is just download the tarball from <a href="http://pypi.python.org" target="_blank" rel="noreferrer">pypi.python.org</a>.  It has the setup.py file.<div><br></div><div><a href="https://pypi.python.org/packages/source/t/tinydb/tinydb-4.1.1.tar.gz" target="_blank" rel="noreferrer">https://pypi.python.org/packages/source/t/tinydb/tinydb-4.1.1.tar.gz</a><br></div><div><br></div><div>--Larry</div></div></blockquote><div><br></div><div>Oops, this message was sitting in my drafts folder. I apparently forgot to finish it.</div><div dir="auto"><br></div><div dir="auto">Thanks Larry, that is indeed the easiest method without doing extra legwork (and without requiring pip3).</div><div><br></div><div>However, I did look into Christoph's hint about pip3 install --help and it seems the following should, but it seems to still grab the deps (at least there's output showing its getting dependencies).</div><div><br></div><div>pip3 install \</div><div dir="auto">  --no-deps \</div><div dir="auto">  --prefix=/usr/ \</div><div dir="auto">  --root=<span style="color:rgb(0,0,0);white-space:pre-wrap">$PKG \</span></div><div dir="auto"><span style="color:rgb(0,0,0);white-space:pre-wrap">  .</span> </div><div dir="auto"><br></div><div dir="auto">I'm not too worried about this since Larry was able to find me a good tarball. Thanks again!</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div></div></div>