- pypi does not work at all
- If install from git, then the following error will come:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/upstairs/opt/miniconda3/envs/wip/lib/python3.8/site-packages/bophono/data/chinese/zhuyin.csv'
There should not be static files as dependencies for packages unless there is an exceptional reason for it. When that is the case, the data should not be inside the package, but pulled from github or other repository.
FileNotFoundError: [Errno 2] No such file or directory: '/Users/upstairs/opt/miniconda3/envs/wip/lib/python3.8/site-packages/bophono/data/chinese/zhuyin.csv'There should not be static files as dependencies for packages unless there is an exceptional reason for it. When that is the case, the data should not be inside the package, but pulled from github or other repository.