question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot copy tree error while installing skin

See original GitHub issue
$ wal-steam -w

Wal Steam cache found
Wal Steam config found
Installing skin
Traceback (most recent call last):
  File "/home/marcel/.local/bin/wal-steam", line 11, in <module>
    sys.exit(main())
  File "/home/marcel/.local/bin/wal_steam.py", line 447, in main
    checkInstall(oSys, dpi)
  File "/home/marcel/.local/bin/wal_steam.py", line 347, in checkInstall
    checkSkin(oSys, dpi)
  File "/home/marcel/.local/bin/wal_steam.py", line 231, in checkSkin
    copy_tree(METRO_COPY, os.path.join(steam_dir, SKIN_NAME))
  File "/usr/lib/python3.6/distutils/dir_util.py", line 127, in copy_tree
    "cannot copy tree '%s': not a directory" % src)
distutils.errors.DistutilsFileError: cannot copy tree '/home/marcel/.cache/wal_steam/metroZip/Metro 4.2.4': not a directory

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
emctaguecommented, Feb 6, 2018

Sounds good! Just an additional suggestion, sorry: If you do get permission to rehost on a separate server, and you do add md5 verification, it might be a good idea to retrieve the md5s from your server, too - so you could update the current version of the skin being used without updating wal_steam itself.

0reactions
Bravo555commented, May 13, 2018

Issue is fixed. Thanks very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

error: cannot copy tree 'build/scripts-3.8': not a directory #2586
Using python 3.8. Trying to build setuptools fails wih the following message on my system: error: cannot copy tree 'build/scripts-3.8': not ...
Read more >
(cannot copy tree '%s': not a directory" % src) - Stack Overflow
So fromDirectory is obviously the directory where my program should copy the files from and todirectory is a directory on a extern hdd....
Read more >
Jabber for Windows Persistent Registry Keys Prevent Install
This document describes how to resolve a problem that is caused by persistent registry keys when you install or upgrade Cisco Jabber for...
Read more >
Jupyter Notebook Error: display nothing on "http://localhost ...
It is a bug in the latest update to jupyter notebooks. The workaround is to downgrade back to the most recent working copy....
Read more >
How can I repair a disk that Disk Utility says it can't repair?
There is a chance to repair it with command line (in Terminal) with the terminal utility as described in Apple's support docs, shown...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found