PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
287 stars 63 forks source link

pip install requirements.txt cannot find wx #234

Closed aisch closed 8 years ago

aisch commented 8 years ago
$ pip install -r requirements.txt 
Downloading/unpacking boto (from -r requirements.txt (line 1))
  Downloading boto-2.38.0-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
Downloading/unpacking paramiko (from -r requirements.txt (line 2))
  Downloading paramiko-1.16.0-py2.py3-none-any.whl (169kB): 169kB downloaded
Downloading/unpacking six (from -r requirements.txt (line 3))
  Downloading six-1.10.0-py2.py3-none-any.whl
Downloading/unpacking django (from -r requirements.txt (line 4))
  Downloading Django-1.9.1-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Downloading/unpacking dexml (from -r requirements.txt (line 5))
  Downloading dexml-0.5.1.tar.gz
  Running setup.py (path:/home/ai/.virtualenvs/pyfilesystem/build/dexml/setup.py) egg_info for package dexml

Downloading/unpacking wxPython (from -r requirements.txt (line 6))
  Could not find any downloads that satisfy the requirement wxPython (from -r requirements.txt (line 6))
Cleaning up...
No distributions at all found for wxPython (from -r requirements.txt (line 6))
Storing debug log for failure in /home/ai/.pip/pip.log

i saw wxPython on pypi but no dist file. should wx be removed from requirements.txt?

lurch commented 8 years ago

This is also preventing the docs-generation from running http://readthedocs.org/projects/pyfilesystem/builds/3614291/ so I'll remove wx from requirements.txt for now...

aisch commented 8 years ago

@lurch looks like this was closed by https://github.com/PyFilesystem/pyfilesystem/commit/352ee57b07d44471db50f4a13b37a47806584d7b?

lurch commented 8 years ago

Yeah, I was just leaving this issue open in case removing wx from requirements.txt had any unwanted side-effects. But as no-one has commented in almost a month, I'll close it...