-
Notifications
You must be signed in to change notification settings - Fork 61
Compile error due to xunit.runners #42
Comments
CSharp for Jupyter Notebook |
+1 |
I know how to solve the Unable to find problem, but even if you build successfully, you will still not be able to launch C# kernel. Too many bugs! I rewrited build.sh,packages.config, and so on just to pass the build, but still not be able to use.... |
the 'Unable to find version '1.9.2' of package 'xunit.runners'' is because of the old Nuget.exe in subfolder Engine/.nuget is broken. It should be replaced by a usable one. I copied icsharp/.nuget/nuget.exe(4MB) to replace the icsharp/Engine/.nuget/Nuget.exe(2MB) |
Still having this issue on macOS.
|
This does the trick. |
I don't love this build process of including and executing |
@yoiang agreed that there needs to be a better build/installation process. You can also use the docker image to run icsharp Though the docker image is older then the latest commit in repo. Feel free to send any PR to improve/fix the build and installation process. |
Is there any solution to this problem? |
Outdated NuGet.exe made problem, just update to the latest version, as followings:
|
When I ran build.sh, the script crashed out because it couldn't find a given version of xunit.runners (see below). I'm running on Ubuntu 16.04, and ran the following commands:
Input:
Output at error:
Any thoughts? I'm new to mono, so I'm still figuring out how it works.
The text was updated successfully, but these errors were encountered: