Skip to content
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

Using Vegas with SBT #179

Open
FA5I opened this issue May 30, 2020 · 4 comments
Open

Using Vegas with SBT #179

FA5I opened this issue May 30, 2020 · 4 comments

Comments

@FA5I
Copy link

FA5I commented May 30, 2020

Hi,

I am having issues using Vegas with SBT

My project looks like:

Screenshot 2020-05-30 at 20 36 27

My build.sbt file looks like:

Screenshot 2020-05-30 at 20 37 07

Could someone please kindly assist? I am new to Scala programming (coming from a Python background)

Thanks!

@FA5I FA5I closed this as completed May 30, 2020
@FA5I FA5I changed the title Using Vegas with BeakerX Using Vegas with SBT May 30, 2020
@FA5I FA5I reopened this May 30, 2020
@mvarble
Copy link

mvarble commented Jun 12, 2020

I am a beginner at sbt (to say the least), and when I put

scalaVersion := "2.13.1"
libraryDependencies += "org.vegas-viz" %% "vegas" % "0.3.11"

in my build.sbt, I received the following error.

[error]   not found: https://repo1.maven.org/maven2/org/vegas-viz/vegas_2.13/0.3.11/vegas_2.12-0.3.11.pom

Note that if you change your scalaVersion to 2.11, the package will download. In this sense, it appears your issues align with that of #106.

@emanb29
Copy link

emanb29 commented Nov 18, 2020

%% in sbt is a string modifier that says roughly "append and put in current scala version".
Vegas hasn't published a 2.13 version (ie, there is no file named like vegas_2.13), and so you cannot use this library in a project with scalaVersion 2.13. In fact, all pre-built versions of Vegas are compiled exclusively for 2.11, though as of #174 you can build your own copy of Vegas locally on 2.12.

@elbamos
Copy link

elbamos commented Feb 9, 2021

Curious why there still isn't a 2.12 build pushed to Maven?

@rrucker
Copy link

rrucker commented Mar 23, 2021

Hello all -- I would like to throw in my 2 cents worth in having Vegas-viz at least up to 2.12 pushed to maven...
I teach big data courses in scala and have a devil of a time finding a supportive scala visualization package.
the 2.11 vegas was very helpful several years ago and my students really liked it and used it to good effect within spark,,
I would very much like to re-introduce this package to my classes,,,, sooner rather than later... :-)

regards
rob rucker lecturer in IT arizona state polytechnic school

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants