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

Installing tutor latest (17.04) #1064

Closed
slfhstr opened this issue May 16, 2024 · 2 comments
Closed

Installing tutor latest (17.04) #1064

slfhstr opened this issue May 16, 2024 · 2 comments

Comments

@slfhstr
Copy link

slfhstr commented May 16, 2024

Followed pip install method

Bug description
Endless error messages in terminal using recommended pip install method.
Especially relating to xblocksutils vs. xblocks.utils
These should not exist in a released version.

How to reproduce
Try it : pip install "tutor[full]"

One example :

2024-05-16 09:48:24,452 WARNING 37 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/drag_and_drop_v2/drag_and_drop_v2.py:28: DeprecatedPackageWarning: Please use import xblock.utils.settings instead of xblockutils.settings because the 'xblock-utils' package has been deprecated and migrated to within 'xblock' package.
  from xblockutils.settings import ThemableXBlockMixin, XBlockWithSettingsMixin

2024-05-16 09:48:24,472 WARNING 37 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/google_drive/google_docs.py:14: DeprecatedPackageWarning: Please use import xblock.utils.publish_event instead of xblockutils.publish_event because the 'xblock-utils' package has been deprecated and migrated to within 'xblock' package.
  from xblockutils.publish_event import PublishEventMixin

Environment
Ubuntu 22.04

Additional context

@slfhstr
Copy link
Author

slfhstr commented May 16, 2024

Also multiple version is obsolete messages

WARN[0000] /home/tutor/.local/share/tutor/env/local/docker-compose.yml: `version` is obsolete
WARN[0000] /home/tutor/.local/share/tutor/env/local/docker-compose.prod.yml: `version` is obsolete
WARN[0000] /home/tutor/.local/share/tutor/env/local/docker-compose.jobs.yml: `version` is obsolete

@kdmccormick
Copy link
Collaborator

App log warnings like the xblock-utils ones you listed are generated by the upstream Open edX project. There is nothing Tutor can do to fix those.

Thanks for pointing out the compose version warning, I've opened a bug report here: #1066

Going forward, please follow the troubleshooting guide and start by reporting your issue on the community forums.

@kdmccormick kdmccormick closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants