-
Notifications
You must be signed in to change notification settings - Fork 2
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
Building the CLI in WSL2 (Ububtu 2204.2.33.0) #169
Comments
@magnuspalmblad Thank you for reporting this issue. This is probably the result of a Ruby dependency that is not installed on WSL by default. Can you try to perform the following 2 commands?
I don't have a Windows system at my disposal at this time, but I will try this out myself tonight. |
Step 1 worked without errors. However, step 2 generates a similar error as when trying to install unipept:
The log file has a bit more info:
I checked, and libffi-dev is installed (the newest version 3.4.2-4). |
@magnuspalmblad Thank you for trying this out. I will check this myself tonight and I will get back to you with (hopefully) a solution. |
I'm sorry for the delay in looking into this issue. I have now had similar reports coming in from other users and found a workaround for using Unipept in WSL (Windows Subsystem for Linux):
|
I get the following error when trying to build the CLI in WSL2:
where the log file contains the following:
I have the following versions of ruby and gem installed:
and
and I have the latest ruby-dev installed as well (1:3.0~exp1).
Any ideas? Has anyone installed unipept in Ubuntu in WSL2 before?
The text was updated successfully, but these errors were encountered: