We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ python -m pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting argparse>=1.4.0 (from -r requirements.txt (line 1)) Downloading argparse-1.4.0-py2.py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: pandas>=1.2.4 in c:\users\abhis\miniconda3\lib\site- packages (from -r requirements.txt (line 2)) (1.5.1) ERROR: Could not find a version that satisfies the requirement pdfminer>=20200726 ( from versions: 20091024, 20091129, 20091219, 20100104, 20100131, 20100213, 20100322 , 20100327, 20100424, 20100829, 20101017, 20101226, 20110227, 20110515, 20131113, 2 0140324, 20140327, 20140328, 20191010, 20191016, 20191020, 20191103, 20191125) ERROR: No matching distribution found for pdfminer>=20200726
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ python -m pip install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting argparse>=1.4.0 (from -r requirements.txt (line 1))
Downloading argparse-1.4.0-py2.py3-none-any.whl.metadata (2.8 kB)
Requirement already satisfied: pandas>=1.2.4 in c:\users\abhis\miniconda3\lib\site-
packages (from -r requirements.txt (line 2)) (1.5.1)
ERROR: Could not find a version that satisfies the requirement pdfminer>=20200726 (
from versions: 20091024, 20091129, 20091219, 20100104, 20100131, 20100213, 20100322
, 20100327, 20100424, 20100829, 20101017, 20101226, 20110227, 20110515, 20131113, 2
0140324, 20140327, 20140328, 20191010, 20191016, 20191020, 20191103, 20191125)
ERROR: No matching distribution found for pdfminer>=20200726
The text was updated successfully, but these errors were encountered: