2

django-crm をインストールしようとしています。私はそれをインストールするためにpipを使用しています:

pip install django-crm

私は得ています:

Downloading/unpacking django-crm
  Could not find any downloads that satisfy the requirements django-crm
No distributions at all found for django-crm
Storing complete log in C:\users\User\AppData\Roaming\pip\pip.log

編集:

ログ ファイルには次の内容が含まれます。

------------------------------------------------------------
C:\Python27\Scripts\pip-script.py run on 06/27/12 00:33:50
Downloading/unpacking django-crm
  Getting page http://pypi.python.org/simple/django_crm
  Could not fetch URL http://pypi.python.org/simple/django_crm: HTTP Error 404: Not Found
  Will skip URL http://pypi.python.org/simple/django_crm when looking for download links for django-crm
  Getting page http://pypi.python.org/simple/
  URLs to search for versions for django-crm:
  * http://pypi.python.org/simple/django_crm/
  Getting page http://pypi.python.org/simple/django_crm/
  Could not fetch URL http://pypi.python.org/simple/django_crm/: HTTP Error 404: Not Found
  Will skip URL http://pypi.python.org/simple/django_crm/ when looking for download links for django-crm
  Could not find any downloads that satisfy the requirement django-crm
No distributions at all found for django-crm
Exception information:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip\basecommand.py", line 126, in main
    self.run(options, args)
  File "C:\Python27\lib\site-packages\pip\commands\install.py", line 223, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Python27\lib\site-packages\pip\req.py", line 954, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "C:\Python27\lib\site-packages\pip\index.py", line 152, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for django-crm

誰でも私を助けることができますか?django-crm をインストールするにはどうすればよいですか? 自分でインストールする代わりに、デモを見ることができる場所はありますか?

ありがとう!!

4

2 に答える 2

4

Django CRM の PyPI エントリがないため、パッケージを見つけることができる場所を pip に指定します。

$ pip install svn+http://django-crm.googlecode.com/svn/trunk/#egg=django-crm

わたしにはできる。

于 2012-07-02T23:12:55.463 に答える
1

githubですべての新しいdjango crmを試してください

https://github.com/MicroPyramid/Django-CRM

于 2018-04-20T08:05:12.503 に答える