ローカル環境で動いているシステムを
以下の手順で、pythonanywhereにアップデートしました
createsuperuserを行う箇所で、bootstrap_datepicker_plusが無いというエラーになり
インストールすることもできず先に進めない状況となっております
bootstrap_datepicker_plusをインストールする方法を教えて頂けないでしょうか
①pip3.6 install --user pythonanywhere
→成功
➁pa_autoconfigure_django.py --python=3.6 https://github.com/<your-github-username>/my-first-blog.git
→成功
➂python manage.py createsuperuser
→失敗。以下メッセージを表示
Traceback (most recent call last): File "manage.py", line 22, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute django.setup() File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 94, in create module = import_module(entry) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named bootstrap_datepicker_plus
bootstrap_datepicker_plusが無いと指摘されていたので
以下を実施
④pip install bootstrap_datepicker_plus
→失敗。以下メッセージを表示
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/la test/development/release-process/#python-2-support Looking in links: /usr/share/pip-wheels ERROR: Could not find a version that satisfies the requirement django-bootstrap-datepicker-plus (from versions: none) ERROR: No matching distribution found for django-bootstrap-datepicker-plus
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/07 04:25 編集
2020/09/07 09:31
2020/09/08 03:29
退会済みユーザー
2020/09/08 06:38
2020/09/08 17:56
2020/09/14 10:04 編集