<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>我本善良 &#187; pip安装</title>
	<atom:link href="https://wbsl.org/tag/pip%e5%ae%89%e8%a3%85/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>pip安装缺少openssl和libssl解决办法</title>
		<link>https://wbsl.org/linux/181.html</link>
		<comments>https://wbsl.org/linux/181.html#comments</comments>
		<pubDate>Tue, 18 Jun 2019 00:50:01 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pip安装]]></category>
		<category><![CDATA[缺少libssl]]></category>
		<category><![CDATA[缺少openssl]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=181</guid>
		<description><![CDATA[pip安装最后报错提示: [crayon-69e7bdc63d318382047408/] 解决办法: 安装o<a href="https://wbsl.org/linux/181.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>pip安装最后报错提示:</p>
<p></p><pre class="crayon-plain-tag">cffi.ffiplatform.VerificationError: importing '/usr/lib/python2.7/dist-packages/cryptography/_Cryptography_cffi_813c10e0x7adb75f8.x86_64-linux-gnu.so': /usr/lib/python2.7/dist-packages/cryptography/_Cryptography_cffi_813c10e0x7adb75f8.x86_64-linux-gnu.so: symbol SSLv2_client_method, version OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 with link time reference</pre><p> </p>
<p>解决办法:<br />
安装openssl和libssl</p>
<p></p><pre class="crayon-plain-tag">apt-get install openssl libssl-dev</pre><p> </p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/181.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
