You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error after enabling the plugin:
res://addons/gdLinter/gdLinter.gd:105 - Invalid access to property or key 'strings' on a base object of type 'null instance'.
Loading GDLint Plugin success
Additional info
Installed gdtoolkit using pipx, and had to manually install setuptools in its virtual environment, since I was getting this error: ModuleNotFoundError: No module named 'pkg_resources' (According to this StackOverflow post)
$ pipx install gdtoolkit==4.* installed package gdtoolkit 4.2.2, installed using Python 3.12.2 These apps are now globally available - gd2py - gdformat - gdlint - gdparse - gdradondone! ✨ 🌟 ✨
$ pipx inject gdtoolkit setuptools injected package setuptools into venv gdtoolkitdone! ✨ 🌟 ✨
$ gdlint --versiongdlint 4.2.2
The text was updated successfully, but these errors were encountered:
System Info
Godot v4.2.1.stable - Fedora Linux 39 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7900 XTX (RADV NAVI31) () - AMD Ryzen 9 7950X 16-Core Processor (32 Threads)
Issue
I get the following error after enabling the plugin:
Additional info
Installed
gdtoolkit
usingpipx
, and had to manually installsetuptools
in its virtual environment, since I was getting this error:ModuleNotFoundError: No module named 'pkg_resources'
(According to this StackOverflow post)The text was updated successfully, but these errors were encountered: