<?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>Erxin, Shang(Edwin, 尚尔鑫)&#039;s Home Page &#187; tips</title>
	<atom:link href="http://www.shangerxin.com/?feed=rss2&#038;tag=tips" rel="self" type="application/rss+xml" />
	<link>http://www.shangerxin.com</link>
	<description>Knowledge should be free.</description>
	<lastBuildDate>Tue, 24 Aug 2021 02:27:23 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.13</generator>
	<item>
		<title>Tips for resolve pip install error for some of the python 2.7 package on window</title>
		<link>http://www.shangerxin.com/?p=343</link>
		<comments>http://www.shangerxin.com/?p=343#comments</comments>
		<pubDate>Thu, 21 Dec 2017 01:27:48 +0000</pubDate>
		<dc:creator><![CDATA[Shang Erxin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.shangerxin.com/?p=343</guid>
		<description><![CDATA[Pip is a wide used python package management tool, it works properly most of the time. But occasionally there will be a few error when install some special package which may required local build after download. Here are two common ways to resolve these kinds of error 1. Use a prebuild binary, the most common [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Pip is a wide used python package management tool, it works properly most of the time. But occasionally there will be a few error when install some special package which may required local build after download.<br />
Here are two common ways to resolve these kinds of error </p>
<p>1. Use a prebuild binary, the most common library could be download from <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs">here</a>. But the links seems dead for a while.</p>
<p>2. Install the necessary Cpp compiler for python 2.7 on window from <a href="https://www.microsoft.com/en-us/download/details.aspx?id=44266">here</a></p>
<p>After install the compiler rerun the pip install
<package> again</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shangerxin.com/?feed=rss2&#038;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
