Giter VIP home page Giter VIP logo

Comments (10)

HALOCORE avatar HALOCORE commented on August 14, 2024 4

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)

from icsharp.

thanhle7 avatar thanhle7 commented on August 14, 2024 3

Outdated NuGet.exe made problem, just update to the latest version, as followings:

# change to cloned folder
cd icsharp
# update NuGet
mono Engine/.nuget/NuGet.exe update -self
mono .nuget/NuGet.exe update -self
# then,
bash ./build.sh brew

from icsharp.

lotapp avatar lotapp commented on August 14, 2024

CSharp for Jupyter Notebook
http://www.cnblogs.com/dotnetcrazy/p/9198129.html

from icsharp.

CM-Kajiwara avatar CM-Kajiwara commented on August 14, 2024

+1

from icsharp.

HALOCORE avatar HALOCORE commented on August 14, 2024

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....

from icsharp.

davidcorbin avatar davidcorbin commented on August 14, 2024

Still having this issue on macOS.

$ sudo bash ./build.sh brew
+ mozroots --import --sync --quiet
+ mono ./.nuget/NuGet.exe restore ./iCSharp.sln
MSBuild auto-detection: using msbuild version '15.0' from '/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/msbuild/15.0/bin/'.
All packages listed in packages.config are already installed.
+ cd ./Engine
+ '[' brew == brew ']'
+ ./build_brew.sh
+ mozroots --import --sync --quiet
+ mono ./.nuget/NuGet.exe restore ./ScriptCs.sln
Unable to find version '1.9.2' of package 'xunit.runners'.

from icsharp.

HuangJunye avatar HuangJunye commented on August 14, 2024

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)

This does the trick.

from icsharp.

yoiang avatar yoiang commented on August 14, 2024

I don't love this build process of including and executing nuget from the repo, is there a more safe way for this to work?

from icsharp.

zabirauf avatar zabirauf commented on August 14, 2024

@yoiang agreed that there needs to be a better build/installation process. You can also use the docker image to run icsharp
https://cloud.docker.com/u/zabirauf/repository/docker/zabirauf/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.

from icsharp.

cyrillemidingoyi avatar cyrillemidingoyi commented on August 14, 2024

Is there any solution to this problem?
Unable to find version '1.9.2' of package 'xunit.runners'.

from icsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.