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

build error in Python3.8 #796

Closed
stoneCoder opened this issue Apr 22, 2023 · 3 comments
Closed

build error in Python3.8 #796

stoneCoder opened this issue Apr 22, 2023 · 3 comments

Comments

@stoneCoder
Copy link

stoneCoder commented Apr 22, 2023

Traceback (most recent call last):
File "/Users/xxxx/Desktop/test/venv/bin/toolchain", line 8, in
sys.exit(main())
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 1555, in main
ToolchainCL()
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 1299, in init
getattr(self, args.command)()
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 1368, in build
build_recipes(args.recipe, ctx)
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 1142, in build_recipes
recipe.execute()
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 702, in execute
self.extract()
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 74, in _cache_execution
f(self, *args, **kwargs)
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 747, in extract
self.extract_arch(arch.arch)
File "/Users/xxxx/Desktop/test/venv/lib/python3.8/site-packages/kivy_ios/toolchain.py", line 751, in extract_arch
dest_dir = join(build_dir, self.archive_root)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/posixpath.py", line 90, in join
genericpath._check_arg_types('join', a, *p)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/genericpath.py", line 152, in _check_arg_types
raise TypeError(f'{funcname}() argument must be str, bytes, or '
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'

@misl6
Copy link
Member

misl6 commented Apr 22, 2023

Hi @stoneCoder !

Can you please provide some more info?
Which recipe is extracting when fails?

@stoneCoder
Copy link
Author

toolchain build python3 numpy
just this

@misl6
Copy link
Member

misl6 commented Jun 12, 2023

Closing as we do not have enough information to proceed with a triage.
Feel free to re-open the issue if it persists, or join one of our support channels.

@misl6 misl6 closed this as completed Jun 12, 2023
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

2 participants