We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying 722c52e, under openSUSE Leap-15
apx Traceback (most recent call last): File "/home/ederag/.local/bin/apx", line 386, in <module> utils.install_font("04b03.ttf") File "/home/ederag/.local/lib/python3.6/site-packages/apx/lib/utils.py", line 11, in install_font shutil.copyfile(os.path.join("assets", font_filename), font_path) File "/usr/lib64/python3.6/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'assets/04b03.ttf'
The assets directory does not exist. Here is the relevant installation log:
assets
python3 setup.py install --user ... creating /home/ederag/.local/share/fonts creating /home/ederag/.local/share/fonts/04b03 copying data/04b03.ttf -> /home/ederag/.local/share/fonts/04b03
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trying 722c52e, under openSUSE Leap-15
The
assets
directory does not exist. Here is the relevant installation log:python3 setup.py install --user ... creating /home/ederag/.local/share/fonts creating /home/ederag/.local/share/fonts/04b03 copying data/04b03.ttf -> /home/ederag/.local/share/fonts/04b03
The text was updated successfully, but these errors were encountered: