Giter Club home page Giter Club logo

Comments (8)

Farhad-Heybati avatar Farhad-Heybati commented on May 13, 2024

I changed the platform toolset in the project property to VS 2017 and now I can build. but get an error at execution time: ebmcore_win_x64.dll is not a valid Win32 application

from interpret.

interpret-ml avatar interpret-ml commented on May 13, 2024

Hi @fhe-fr,

For compiling on Windows, you'll need to use Visual Studio 2019 to build the core C++ library. You can download a free copy of Visual Studio Community Edition from here:

https://visualstudio.microsoft.com/vs/

On Windows we only officially support building on VS2019, however I am pretty sure that the C++ will compile in VS2013-VS2017, or even MinGW/MinGW-64 with the correct project/solution file settings since the code itself only targets a minimum of C++11 and above.

Regarding the runtime error, can you post the output from dumpbin.exe /headers /imports ebmcore_win_x64.dll from a Visual Studio command prompt. Top of my list of thoughts is either this was compiled for 32 bit instead of 64 bit or a dependency is missing.

-InterpretML Team

from interpret.

Farhad-Heybati avatar Farhad-Heybati commented on May 13, 2024

Let me run the dumpbin.exe as I could successfully compile on VS 2017.
One question, am I going to obtain at the end something that looks like: [URL REMOVED]
I'm preparing a demo for an AI event in France and my objective is to have the exact same demo locally.

from interpret.

interpret-ml avatar interpret-ml commented on May 13, 2024

Hi @fhe-fr,

We're curious to know if/why you need to compile the C++ for your demo? You should be able to replicate the dashboard locally with just the regular pip package:

pip install numpy scipy pyscaffold
pip install -U interpret

If you install the python package, we can send you an example Jupyter Notebook/Python script to replicate that demo locally on your machine. If that sounds good to you, please email us at: [email protected]

-InterpretML Team

from interpret.

Farhad-Heybati avatar Farhad-Heybati commented on May 13, 2024

I creat a conda environment and did the pip install. I test with one of the example and it worked. So if you can send me the necessary noetbook it will be grate.
I don't want to run the notebook 1 by 1. there will be 150 participants and they make a lot of buzz on likedin around this event. So I need a nice looking html page as I used during Vivatech some weeks ago in Paris. You know the main point is that the URL that I shared with you has no SLA so I 'm affraid that the web site wont be up and running during my demo wich is on 26 June from 12 to 4 pm (French time).

from interpret.

Farhad-Heybati avatar Farhad-Heybati commented on May 13, 2024

Hi I sent an email to the [email protected] to get to the notebooks to replicate locally the examples. But didn't get any response. Can you please suggest?

from interpret.

interpret-ml avatar interpret-ml commented on May 13, 2024

Email should be sent out, let us know if you have not received it.

from interpret.

Farhad-Heybati avatar Farhad-Heybati commented on May 13, 2024

Get the email

Thanks

from interpret.

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.