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

I can not Install appsflyer #21

Open
Severus0325 opened this issue May 1, 2024 · 0 comments
Open

I can not Install appsflyer #21

Severus0325 opened this issue May 1, 2024 · 0 comments

Comments

@Severus0325
Copy link

Severus0325 commented May 1, 2024

I integrated Nativelib with godot3.5.3. and I installed Python3.12.
Libraries can now be displayed with reference to issues#16.

When I tried to install appsflyer, I got the following error:

modules/gdscript/gdscript_functions.cpp:775 - Command C:/Users/Severus Snape/AppData/Local/Programs/Python/Python312/python.exe, exit code 1
Checking project dependencies: nativelib-export@0.1.0
Installing nativelib-export@0.1.0
Traceback (most recent call last):
File "X:\Program_zip\Godot3.5.3\project\Robot Slime\addons\NativeLib\nativelib", line 1174, in
install_package(p, v)
File "X:\Program_zip\Godot3.5.3\project\Robot Slime\addons\NativeLib\nativelib", line 943, in install_package
if not install_package(p, v):
^^^^^^^^^^^^^^^^^^^^^
File "X:\Program_zip\Godot3.5.3\project\Robot Slime\addons\NativeLib\nativelib", line 948, in install_package
download_package(package_name, version, package_meta)
File "X:\Program_zip\Godot3.5.3\project\Robot Slime\addons\NativeLib\nativelib", line 438, in download_package
path = download(f['url'], fname, home)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "X:\Program_zip\Godot3.5.3\project\Robot Slime\addons\NativeLib\nativelib", line 413, in download
(filepath, headers) = urlretrieve(url, os.path.join(path, filename), reporthook=_progress)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 240, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "C:\Users\Severus Snape\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

It indicates that the URL I am trying to download the package from cannot be found.
What should I do?

@Severus0325 Severus0325 changed the title I can not Install appflyer I can not Install appsflyer May 6, 2024
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