-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error in console, does not work anymore (ModuleNotFoundError: No module named 'debug_tools') #3
Comments
Hi, It is missing my dependency You can either install my fork of package control (https://github.com/evandrocoan/PackagesManager), or directly download this plugin into your packages directory and delete the file |
Thanks for the explanation and recommendation! |
Sorry for posting in this old issue, but now that PC 4.0 is released, I thought it should work with dependencies & 3.8. I removed my local version and used the one from PC... but now it does not seem to work correctly, the |
I created an issue on wbond/package_control#1663, I also could not install it on Package Control 4. |
I opened a package control pull request with a fix allowing Python 3.8 usage: wbond/package_control#1664 |
@themilkman I published a new version of my channel, which is now compatible with Package Control 4.0 |
Hi @evandrocoan, first of all thanks for looking into this and sorry for responding so late. Will it be possible in the future to install your plugin directly via the official PC? Currently, it still does not seem to work. Maybe I missed smth. |
This plugin is explicitly already on the official package control channel, although the official channel does not support Python 3.8 yet. So, you still need to use my special channel even for the official Package Control 4. Can you show the contents of your Sublime Text console? Can you check the contents of the directory By seeing the Cache directory of package control, I can check whether you have the latest version of my channel. |
I just retried it with a fresh portable ST, installing via PC logs:
Content of
in the af3... file content I see (beside much other stuff)
Still, it does only persist successful commands. Am I doing smth wrong? |
There is something wrong with my channel on the cache you provided: {
"author": "evandrocoan",
"description": "Alternate simplified logging support and general utilities functions",
"issues": "https://github.com/evandrocoan/debugtools/issues",
"name": "debugtools",
"releases": [
{
"date": "2021-06-07 23:41:04",
"platforms": [
"*"
],
"python_versions": [
"3.3",
"3.8"
],
"sublime_text": "*",
"url": "https://codeload.github.com/evandrocoan/debugtools/zip/3999",
"version": "3999"
}
]
}, The correct I have in my clean install is this: {
"author": [
"evandrocoan"
],
"description": "No description available.",
"details": "https://github.com/evandrocoan/debugtools",
"homepage": "https://github.com/evandrocoan/debugtools",
"issues": "https://github.com/evandrocoan/debugtools/issues",
"load_order": "10",
"name": "debugtools",
"previous_names": [],
"releases": [
{
"base": "https://github.com/evandrocoan/debugtools",
"date": "2024-02-01 21:33:12",
"git_tag": "2.6.27",
"platforms": "*",
"python_versions": [
"3.8"
],
"sublime_text": ">3999",
"tags": true,
"url": "https://codeload.github.com/evandrocoan/debugtools/zip/2.6.27",
"version": "2024.0201.2133"
},
{
"date": "2021-06-07 20:41:04",
"platforms": "*",
"sublime_text": "<=3999",
"url": "https://codeload.github.com/evandrocoan/debugtools/zip/3999",
"version": "2021.0607.2041"
}
]
}, I just installed a new, clean install and retested it. The problem is that after installing package control, you need to wait until package control updates itself to version 4.0.2 because the first version of package control installed is not the latest. Its support for Python 3.8 is not fully functional yet. After installing package control, restart Sublime Text and watch the Sublime Text console until it says Package Control was updated, and restart Sublime Text again. Then, you can add my channel to your package control settings as the first priority (to override my packages from the default channel, which does not support python 3.8 yet): "bootstrapped": true,
"channels": [
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
"https://packagecontrol.io/channel_v3.json"
],
"in_process_packages": [
], |
Thanks for your detailed response! (And again sorry for the delay) |
They are already there. At least this one and the dependencies it uses, but there is no support for python 3.8 (which I use) with the default channel. You may try adding this channel instead of mine: https://github.com/packagecontrol/channel |
Hi @evandrocoan,
I just noticed that the plugin doesn't work for me currently and throws an error in the console:
Currently I am using ST 4122 on Linux.
Can you reproduce this?
Cheers and thanks for this plugin!
The text was updated successfully, but these errors were encountered: