×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
And this is where things get difficult for me. Where exactly do I look
for these files? Because I'm having the devil of a time finding
anything like the two you mention.
Are they in /QOpenSys/pkgs/lib/python3.6? Or do I have to dig all the
way into the program installation folder? And what exactly is the
program folder? Is that
/QOpensys/pkgs/lib/python3.6/site-packages/mkdocs? Or is it
/QOpensys/pkgs/lib/python3.6/site-packages/mkdocs-1.1.2.dist-info? Not
that there's a setup.py or requirements.txt in either one, but at least
it's a starting point.
And requirements.txt seems to be the go-to file name on the Internet,
but since I don't have one of those, I'm kind of stuck.
All I want to do is find out where the requirement is coming from, and
so far I've had no luck. I've searched all the files in mkdocs, looking
for "tornado" or "Requires". The only thing I found was the file
METADATA in the mkdocs-1.1.2.dist-info folder, but it has this:
Requires-Python: >=3.5
Requires-Dist: click (>=3.3)
Requires-Dist: Jinja2 (>=2.10.1)
Requires-Dist: livereload (>=2.5.1)
Requires-Dist: lunr[languages] (==0.5.8)
Requires-Dist: Markdown (>=3.2.1)
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: tornado (>=5.0)
Assuming for the moment that METADAT is yet another way to identify
requirements, this one seems to indicate it want a later tornado, not
one <6. So the mystery deepends.
On 12/21/2020 3:30 PM, Jack Woehr wrote:
On Mon, Dec 21, 2020 at 2:26 PM Joe Pluta <joepluta@xxxxxxxxxxxxxxxxx>
wrote:
So it seems that the requirements on my IBM i
are different than the requirements on my WSL Ubuntu. Why would that
be?
Different operating systems. "Reasons" would be a long discussion, Joe.
And where would I look to see? I'm usually pretty good about
working through this stuff, but I at least have to find it!
requirements.txt or setup.py
As an Amazon Associate we earn from qualifying purchases.