Skip to content
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

Update requirements.txt #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

sstasik645
Copy link

Adding support for legacy Linux distributions

@sstasik645
Copy link
Author

sstasik645 commented Dec 18, 2024

Hi,

I got the following error while running the following sync command:
docker run -e "SYNCARGS=--update-extension --extension-name $($extension)" -v ${OUTPUT_FOLDER}:/artifacts -it eitan77/vscsync:1.0.26

Added the missing library fixes the following exception:

Status: Downloaded newer image for lolinternet/vscsync:1.0.26
Traceback (most recent call last):
  File "/opt/vscoffline/sync.py", line 18, in <module>
    from distutils.dir_util import create_tree
ModuleNotFoundError: No module named 'distutils'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant