您知道如何通过pip安装Neo4django解决此问题吗?

时间:2019-04-25 17:53:13

标签: django neo4j neo4django

我刚刚学习Neo4j,并且我想使用Django和Neo4j来开发一个Web应用程序。 我在谷歌搜索,找到框架Neo4django。当我使用“ pip install noe4django”时,出现以下错误。

我已经尝试安装Django == 1.4,但这是相同的。另外,安装第一个noe4django。

谢谢。

  Using cached https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl
Building wheels for collected packages: Django
  Building wheel for Django (setup.py) ... error
  ERROR: Complete output from command 'c:\users\backu\onedrive\documentos\dmega\dev\gitknow\ndjango\scripts\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\backu\\AppData\\Local\\Temp\\pip-install-1nbkx9g3\\Django\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\backu\AppData\Local\Temp\pip-wheel-c24wx4zh' --python-tag cp37:
  ERROR: Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\backu\AppData\Local\Temp\pip-install-1nbkx9g3\Django\setup.py", line 69, in <module>
      raise RuntimeError('Django 1.4 does not support wheel. This error is safe to ignore.')
  RuntimeError: Django 1.4 does not support wheel. This error is safe to ignore.
  ----------------------------------------
  ERROR: Failed building wheel for Django
  Running setup.py clean for Django
Failed to build Django
Installing collected packages: urllib3, chardet, idna, certifi, requests, neo4jrestclient, Django, six, python-dateutil, lucene-querybuilder, decorator, neo4django

0 个答案:

没有答案