<div dir="ltr">Hi Junhwan,<div><br></div><div>You might have more success installing pyx directly from source.  You will need to download the source distribution tarball and then build and install it using `python setup.py install`.  When I tried to install pyx recently I discovered that the most recent version dropped support for python 2 entirely, so you may need to use a slightly older version if you want to use pyx from within yt.</div>

<div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 26, 2014 at 7:08 AM, Junhwan Choi (최준환) <span dir="ltr"><<a href="mailto:choi.junhwan@gmail.com" target="_blank">choi.junhwan@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi yt users,<br>
<br>
I try to install pyx onto my existing yt package (including yt,<br>
python, numpy ....).<br>
Buit I get following error message:<br>
======<br>
Downloading/unpacking pyx<br>
  Could not find any downloads that satisfy the requirement pyx<br>
  Some externally hosted files were ignored (use --allow-external pyx to allow).<br>
Cleaning up...<br>
No distributions at all found for pyx<br>
Storing debug log for failure in /home52/jhchoi/.pip/pip.log<br>
====<br>
The pip.log file says<br>
------------------------------------------------------------<br>
/home/jhchoi/common/bin/pip run on Wed Mar 26 10:05:31 2014<br>
Downloading/unpacking pyx<br>
  Getting page <a href="https://pypi.python.org/simple/pyx/" target="_blank">https://pypi.python.org/simple/pyx/</a><br>
  URLs to search for versions for pyx:<br>
  * <a href="https://pypi.python.org/simple/pyx/" target="_blank">https://pypi.python.org/simple/pyx/</a><br>
  Analyzing links from page <a href="https://pypi.python.org/simple/PyX/" target="_blank">https://pypi.python.org/simple/PyX/</a><br>
    Skipping <a href="https://downloads.sourceforge.net/project/pyx/pyx/0.12.1/PyX-0.12.1.tar.gz#md5=04263eb002553dae0e8a1d0eeb805ec1" target="_blank">https://downloads.sourceforge.net/project/pyx/pyx/0.12.1/PyX-0.12.1.tar.gz#md5=04263eb002553dae0e8a1d0eeb805ec1</a><br>


(from <a href="https://pypi.python.org/simple/PyX/" target="_blank">https://pypi.python.org/simple/PyX/</a>) because it is externally<br>
hosted.<br>
    Skipping <a href="https://downloads.sourceforge.net/project/pyx/pyx/0.13/PyX-0.13.tar.gz#md5=aeda519f5b3f118a9c940c82758489d0" target="_blank">https://downloads.sourceforge.net/project/pyx/pyx/0.13/PyX-0.13.tar.gz#md5=aeda519f5b3f118a9c940c82758489d0</a><br>


(from <a href="https://pypi.python.org/simple/PyX/" target="_blank">https://pypi.python.org/simple/PyX/</a>) because it is externally<br>
hosted.<br>
  Could not find any downloads that satisfy the requirement pyx<br>
  Some externally hosted files were ignored (use --allow-external pyx to allow).<br>
Cleaning up...<br>
  Removing temporary dir /tmp/pip_build_jhchoi...<br>
No distributions at all found for pyx<br>
Exception information:<br>
Traceback (most recent call last):<br>
  File "/home/jhchoi/common/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg/pip/basecommand.py",<br>
line 122, in main<br>
    status = self.run(options, args)<br>
  File "/home/jhchoi/common/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg/pip/commands/install.py",<br>
line 278, in run<br>
    requirement_set.prepare_files(finder,<br>
force_root_egg_info=self.bundle, bundle=self.bundle)<br>
  File "/home/jhchoi/common/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg/pip/req.py",<br>
line 1177, in prepare_files<br>
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)<br>
  File "/home/jhchoi/common/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg/pip/index.py",<br>
line 277, in find_requirement<br>
    raise DistributionNotFound('No distributions at all found for %s' % req)<br>
DistributionNotFound: No distributions at all found for pyx<br>
<br>
What does this error mean? And could anyone inform me how to resolve<br>
this problem?<br>
<br>
Thank you in advance,<br>
Junhwan Choi<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>