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

Why does my Python 3.10 run with this error #142

Open
zhhOceanfly opened this issue Sep 17, 2024 · 1 comment
Open

Why does my Python 3.10 run with this error #142

zhhOceanfly opened this issue Sep 17, 2024 · 1 comment

Comments

@zhhOceanfly
Copy link

File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2177, in run_sync_in_worker_thread
return await future
File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 859, in run
result = context.run(func, *args)
File "/Users/oceanfly/.conda/envs/python3.10.0_env/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "/Users/oceanfly/workspace/ai/HivisionIDPhotos/demo/processor.py", line 129, in process
return self._process_generated_photo(
File "/Users/oceanfly/workspace/ai/HivisionIDPhotos/demo/processor.py", line 327, in _process_generated_photo
return self._create_response(
TypeError: IDPhotoProcessor._create_response() takes 6 positional arguments but 7 were given

@Zeyi-Lin
Copy link
Owner

Is it the latest commit on the master branch? This issue should have been fixed yesterday

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