Skip to content
New issue

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

No matching distribution found for sqlite-devel #60

Closed
maxiceptr opened this issue Dec 10, 2015 · 2 comments
Closed

No matching distribution found for sqlite-devel #60

maxiceptr opened this issue Dec 10, 2015 · 2 comments

Comments

@maxiceptr
Copy link

I run the that command via ssh
yum -y install python-pip; pip install ngxtop sqlite-devel

And it says:

Installed:
python-pip.noarch 0:7.1.0-1.el7
Complete!
/usr/lib/python2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
You are using pip version 7.1.0, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting ngxtop
/usr/lib/python2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading ngxtop-0.0.2-py2.py3-none-any.whl
Collecting sqlite-devel
Could not find a version that satisfies the requirement sqlite-devel (from versions: )
No matching distribution found for sqlite-devel

I think, a sqlite-devel problem.

P.S: Operation system is centos 7 64bit

@richarson
Copy link

Shoudn't that command line be:

yum -y install python-pip sqlite-devel
pip install ngxtop

?

@maxiceptr
Copy link
Author

Ah okay problem is fixed thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants