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

Error when running gd.exe (or importing gd in program by "import gd") #209

Open
jestro0o opened this issue Oct 13, 2024 · 1 comment
Open

Comments

@jestro0o
Copy link

jestro0o commented Oct 13, 2024

i trying to use it in program, but program displaying me this error:

C:\Python\Scripts>gd
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Python\Scripts\gd.exe_main
.py", line 4, in
File "C:\Python\Lib\site-packages\gd_init
.py", line 11, in
from gd import (
File "C:\Python\Lib\site-packages\gd\api_init_.py", line 1, in
from gd.api.artist import ArtistAPI
File "C:\Python\Lib\site-packages\gd\api\artist.py", line 11, in
from gd.schema import ArtistAPISchema
File "C:\Python\Lib\site-packages\gd\schema.py", line 39, in
artist = load_module("artist")
^^^^^^^^^^^^^^^^^^^^^
File "C:\Python\Lib\site-packages\gd\schema.py", line 32, in load_module
raise FileNotFoundError(path_string)
FileNotFoundError: C:/Python/Lib/site-packages/gd/submodules/schema/gd/schema/artist.capnp

i installed it manually from github page of gd.py by git

@jestro0o jestro0o reopened this Oct 18, 2024
@jestro0o
Copy link
Author

waiting for fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant