Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'Templates' #132

Open
Patsantre opened this issue Oct 14, 2023 · 2 comments
Open

No module named 'Templates' #132

Patsantre opened this issue Oct 14, 2023 · 2 comments
Assignees
Labels
Error It's a BUG! Or just something isn't working...
Milestone

Comments

@Patsantre
Copy link

Добрый день!

При запуске в гугл коллаб возникает следующая ситуация

!tksbrokerapi --debug-level=10
Traceback (most recent call last):
  File "/usr/local/bin/tksbrokerapi", line 5, in <module>
    from tksbrokerapi.TKSBrokerAPI import Main
  File "/usr/local/lib/python3.10/dist-packages/tksbrokerapi/TKSBrokerAPI.py", line 54, in <module>
    from Templates import *  # Some html-templates used by reporting methods in TKSBrokerAPI module
ModuleNotFoundError: No module named 'Templates'
@Tim55667757 Tim55667757 self-assigned this Oct 14, 2023
@Tim55667757 Tim55667757 added the Error It's a BUG! Or just something isn't working... label Oct 14, 2023
@Tim55667757 Tim55667757 added this to the release-1.6 milestone Oct 14, 2023
@Tim55667757
Copy link
Owner

@Patsantre Добрый день! Это не проблема платформы, а особенности настройки вашей локальной установки Python.

Объяснение и решение проблемы описано здесь и здесь в комментариях #122
Внесено в документацию: RU, EN

Также, пока что следует пользоваться фича-сборками 1.6.dev*, например: 1.6.dev155
pip install tksbrokerapi==1.6.dev155

@Tim55667757
Copy link
Owner

Tim55667757 commented Oct 14, 2023

@Patsantre Если вы хотите использовать платформу TKSBrokerAPI внутри юпитер-ноутбука, попробуйте установить её в ядро, до импортов, аналогично, как показано в одном из примеров (первые две [In] строки):

!{sys.executable} -m pip install TKSBrokerAPI==1.6.dev155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error It's a BUG! Or just something isn't working...
Projects
None yet
Development

No branches or pull requests

2 participants