Skip to content

I can not Install appsflyer #21

@Severus0325

Description

@Severus0325

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions