Развертывание информационных панелей в HerokuPython

Программы на Python
Anonymous
Развертывание информационных панелей в Heroku

Сообщение Anonymous »


I successful deploy to Heroku, but we I click the website it is nothing. And the error shows up like this

dashtools: Successfully deployed to Heroku from git branch "heroku"! dashtools: To push changes, select the "Update Existing App" option after typing: dashtools --heroku: deploy dashtools: Management Page: https://dashboard.heroku.com/apps/analo ... virus-pijv dashtools: Application Page: https://analogy-island-virus-pijv.herokuapp.com/ dashtools: Enter any key to open in browser or q to exit > dashtools: heroku: deploy: Finished Traceback (most recent call last): File "C:\Users\Administrator\miniconda3\Lib\site-packages\dashtools\cli\cli.py", line 283, in main if not args.no_update_check: ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Namespace' object has no attribute 'no_update_check'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in run_code File "C:\Users\Administrator\miniconda3\Scripts\dashtools.exe_main.py", line 7, in File "C:\Users\Administrator\miniconda3\Lib\site-packages\dashtools\cli\cli.py", line 286, in main update.check_for_updates() File "C:\Users\Administrator\miniconda3\Lib\site-packages\dashtools\cli\update.py", line 42, in check_for_updates new_version = _new_version_available() ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\miniconda3\Lib\site-packages\dashtools\cli\update.py", line 30, in _new_version_available return version.group(0) if version.group(0).strip('(').strip(')') != version else None ^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'group'

I wonder if it is the problem from the package? or it is my environment? It is so urgent, waiting for help. Thank you so much~


Источник: https://stackoverflow.com/questions/780 ... -to-heroku

Вернуться в «Python»