问题1

当用pycharm 编辑器安装django-bootstrap3 时

 

 

$pip3 install django-bootstrap3
 
遇到以下错误:


django 学习问题解答
 

 

Collecting django-bootstrap3==8.2.3
  Using cached django-bootstrap3-8.2.3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/hh/Library/Python/3.6/lib/python/site-packages/setuptools/__init__.py", line 10, in <module>
        from six.moves import filter, map
    ModuleNotFoundError: No module named 'six'
    
    ----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/mb/8cw7c6tx5_3bc9gjkvw6xgd80000gp/T/pycharm-packaging/django-bootstrap3/
 解决方法:
$ brew install brew install [email protected]
$ pip3 install djanjo-bootstrap3

 

 

相关文章:

  • 2021-08-14
  • 2021-12-01
  • 2021-12-26
  • 2021-05-23
  • 2021-07-05
  • 2022-12-23
  • 2021-12-17
猜你喜欢
  • 2021-06-21
  • 2021-04-05
  • 2021-08-22
  • 2021-09-09
  • 2021-12-11
  • 2021-10-04
  • 2021-08-31
相关资源
相似解决方案