-
Notifications
You must be signed in to change notification settings - Fork 114
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
'No such file or directory' error occurs when running hyfetch on Windows #84
Comments
I managed to get it work, it doesn't freeze, just a bit slow. All I did was make a symbolic link, just like this: cmd /c mklink %userprofile%\scoop/apps/python/current/Lib/site-packages/neofetch %userprofile%\scoop\apps\python\current\Scripts\neowofetch |
Oops. I hard-coded the path before when people reported that the symbolic link path doesn't work... maybe different python implementations/versions install scripts to different paths, and it seems that the |
Ok so the cause is that in higher versions of setup.py packaging, the package script actually expands symlinks and doesn't keep the original symlink and item in their source locations. (i.e. |
Description
hyfetch is installed by pip. After I maked a workground for #83, it throws
<path of python>/Lib/site-packages/neofetch: No such file or directory
. I tried copy<path of python>/Scripts/neowofetch
to<path of python>/Lib/site-packages/neofetch
, the script runs successfullybut freezed like #82.Neofetch version
7.3.6
Screenshot
See description above
and #82.The text was updated successfully, but these errors were encountered: