Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

scala on Windows #8075

Closed
evanthomas opened this issue Sep 28, 2017 · 10 comments
Closed

scala on Windows #8075

evanthomas opened this issue Sep 28, 2017 · 10 comments

Comments

@evanthomas
Copy link

I want to develop on windows with scala. The windows installation instructions (https://mxnet.incubator.apache.org/get_started/windows_setup.html) refer to binaries for Windows that don't seem to exist. The instructions for building yourself require Visual Studio 2013 which is no longer available. I've found the prebuilt binaries in the fork but they are only for python and don't have mxnet-scala.dll.

Is scala+mxnet+windows possible?

For bugs or installation issues, please provide the following information.
The more information you provide, the more likely people will be able to help you.

Environment info

Operating System:
windows 10

Compiler:
none

Package used (Python/R/Scala/Julia):
scala

MXNet version:
0.11.0

Or if installed from source:

MXNet commit hash (git rev-parse HEAD):

If you are using python package, please provide

Python version and distribution:

If you are using R package, please provide

R sessionInfo():

Error Message:

Please paste the full error message, including stack trace.

Minimum reproducible example

if you are using your own code, please provide a short script that reproduces the error.

Steps to reproduce

or if you are running standard examples, please provide the commands you have run that lead to the error.

What have you tried to solve it?

@vzamboni
Copy link

vzamboni commented Dec 14, 2017

I'm facing the same issues. Since no answer here, I assume that there is no support for scala + mxnet + windows. right?

@sometao
Copy link

sometao commented Jan 30, 2018

I'm facing the same issues.

@marcoabreu
Copy link
Contributor

We are building MXNet in our CI on Windows, so there is definitely some support.
@nswamy might be of help here

@olir
Copy link

olir commented Mar 19, 2018

Need this fixed, too. I would like to use it from java on windows.

@evanthomas wrote: "Visual Studio 2013 is no longer available".
If found a link of microsoft to older releases; maybe it helps:
https://www.visualstudio.com/vs/older-downloads/

@eftiquar
Copy link

  1. Steps for building on windows have been revised and merged. We need to use VS 2015, not VS 2013.
    ( PR - Revising steps for building MXNet on Windows platform  #8619 for Windows builds)
    Please check this-
    https://mxnet.incubator.apache.org/install/windows_setup.html
  2. Scala specific steps need to be updated.

@lupesko
Copy link
Contributor

lupesko commented May 22, 2018

Scala support on Windows is not yet available for MXNet, unfortunately.
@nswamy and @lanking520 have been doing some awesome work to improve Scala MXNet API. Hoping they will be able to work on Scala and Windows as well - stay tuned!

@marcoabreu
Copy link
Contributor

Hi hagay, could you elaborate on the issue you are encountering with windows? Considering Scala is based on the JVM and we're successfully running the Backend of MXNet on our Windows CI, there might be something we could do quickly :)

@nswamy
Copy link
Member

nswamy commented May 22, 2018 via email

@marcoabreu
Copy link
Contributor

Aaaah I see, JNI is the problem here. Got it, thank you! Agree, that might take a bit of time :/

@nswamy
Copy link
Member

nswamy commented Jul 18, 2018

@evanthomas I tagged you on an another issue we'll be tracking and closing this.

@nswamy nswamy closed this as completed Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants