aisayko / Django-tinymce-filebrowser

Simple django-based file uploader and viewer for TinyMCE
MIT License
35 stars 32 forks source link

pip #5

Closed robertolopezlopez closed 10 years ago

robertolopezlopez commented 11 years ago

pip install Django-tinymce-filebrowser

does not seem to work

DavidePizz commented 11 years ago

Same here. Pip output: "Could not find any downloads that satisfy the requirement Django-tinymce-filebrowser No distributions at all found for Django-tinymce-filebrowser"

aisayko commented 11 years ago

Maybe it was problems with pypi. Please recheck

$ pip install Django-tinymce-filebrowser Downloading/unpacking Django-tinymce-filebrowser Downloading Django-tinymce-filebrowser.tar.gz (559Kb): 559Kb downloaded Running setup.py egg_info for package Django-tinymce-filebrowser

warning: no previously-included files found matching '*.pyc'

Requirement already satisfied (use --upgrade to upgrade): sorl-thumbnail in /home/aisayko/virtualenvs/remano/lib/python2.7/site-packages (from Django-tinymce-filebrowser) Downloading/unpacking django-tinymce (from Django-tinymce-filebrowser) Downloading django-tinymce-1.5.1.tar.gz (2.4Mb): 2.4Mb downloaded Running setup.py egg_info for package django-tinymce

warning: no previously-included files found matching '*.pyc'

Installing collected packages: Django-tinymce-filebrowser, django-tinymce Running setup.py install for Django-tinymce-filebrowser

warning: no previously-included files found matching '*.pyc'

Running setup.py install for django-tinymce

warning: no previously-included files found matching '*.pyc'

Successfully installed Django-tinymce-filebrowser django-tinymce Cleaning up...

DavidePizz commented 11 years ago

Still not working. This is the more extended output stored in the pip.log:

Downloading/unpacking Django-tinymce-filebrowser
    Getting page http://f.pypi.python.org/simple/Django-tinymce-filebrowser/
    URLs to search for versions for Django-tinymce-filebrowser:
    * http://f.pypi.python.org/simple/Django-tinymce-filebrowser/
    * http://a.pypi.python.org/simple/Django-tinymce-filebrowser/
    Getting page http://a.pypi.python.org/simple/Django-tinymce-filebrowser/
    Analyzing links from page http://f.pypi.python.org/simple/Django-tinymce-filebrowser/
        Skipping link http://f.pypi.python.org/packages/source/D/Django-tinymce-filebrowser/Django-tinymce-filebrowser.tar.gz#md5=09f0bd59626a56c6f2d0bd4bbee3fa32 (from            http://f.pypi.python.org/simple/Django-tinymce-filebrowser/); wrong project name (not django-tinymce-filebrowser)
        Skipping link https://crate.io/packages/Django-tinymce-filebrowser/ (from http://f.pypi.python.org/simple/Django-tinymce-filebrowser/); not a file
    Analyzing links from page http://a.pypi.python.org/simple/Django-tinymce-filebrowser/
        Skipping link http://a.pypi.python.org/packages/source/D/Django-tinymce-filebrowser/Django-tinymce-filebrowser.tar.gz#md5=09f0bd59626a56c6f2d0bd4bbee3fa32 (from            http://a.pypi.python.org/simple/Django-tinymce-filebrowser/); wrong project name (not django-tinymce-filebrowser)
    Could not find any downloads that satisfy the requirement Django-tinymce-filebrowser

    No distributions at all found for Django-tinymce-filebrowser

    Exception information:
    Traceback (most recent call last):
    File "/var/local/django/comunesantena/lib/python2.6/site-packages/pip-1.3.1-py2.6.egg/pip/basecommand.py", line 139, in main
        status = self.run(options, args)
    File "/var/local/django/comunesantena/lib/python2.6/site-packages/pip-1.3.1-py2.6.egg/pip/commands/install.py", line 266, in run
        requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
    File "/var/local/django/comunesantena/lib/python2.6/site-packages/pip-1.3.1-py2.6.egg/pip/req.py", line 1026, in prepare_files
        url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
    File "/var/local/django/comunesantena/lib/python2.6/site-packages/pip-1.3.1-py2.6.egg/pip/index.py", line 171, in find_requirement
        raise DistributionNotFound('No distributions at all found for %s' % req)
    DistributionNotFound: No distributions at all found for Django-tinymce-filebrowser
robertolopezlopez commented 11 years ago

Even though it still appears when you perform a search.

$ pip search django-tinymce-filebrowser Django-tinymce-filebrowser - Simple and flexible tool for managing your files and images from TinyMCE editor.

aisayko commented 11 years ago

Try

$ easy_install --upgrade pip

aisayko commented 11 years ago

http://stackoverflow.com/questions/6200056/pip-broke-how-to-fix-distributionnotfound-error

igorline commented 10 years ago

The problem still exists. Even after upgrading pip :(

longyueyi0610 commented 10 years ago

Me ,too

igorline commented 10 years ago

Solved by install via github

aisayko commented 10 years ago

I can't represent this issue. So for temporary solution please use:

pip install https://github.com/aisayko/Django-tinymce-filebrowser/zipball/master#egg=mce_filebrowser

longyueyi0610 commented 10 years ago

Thank you very much! It worked!