Open manjulsigdel opened 7 months ago
I am also facing the same issue on Mac.
@aahnik @nmaiti @MobCode100 @FloPinguin @Matt3oV , I guess most of the mac users are facing the same issue, please look into the matter as soon as possible.
Same here, python3.12, neither downloaded .pkg, nor brew installed works
In the same boat over here. Any help would be greatly appreciated!
same here: mac m1, windows 10. both have python 3.12
please use docker based deployments, for compatibility issues
Traceback (most recent call last): File "/Users/manjulsigdel/Projects/my-tgcf/.venv/bin/tgcf-web", line 8, in
sys.exit(main())
^^^^^^
File "/Users/manjulsigdel/Projects/my-tgcf/.venv/lib/python3.12/site-packages/tgcf/web_ui/run.py", line 8, in main
package_dir = resources.path(package=wu, resource="").enter()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/resources/_legacy.py", line 25, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.12/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/resources/_legacy.py", line 120, in path
return _common.as_file(_common.files(package) / normalize_path(resource))