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

Compilation error #77

Closed
iht opened this issue Nov 8, 2017 · 1 comment
Closed

Compilation error #77

iht opened this issue Nov 8, 2017 · 1 comment
Labels

Comments

@iht
Copy link

iht commented Nov 8, 2017

Hi,

I am having trouble compiling DynaML from the latest available code in master (commit 9b76fa1).

I am on macOs High Sierra, compiling the code as is (Scala version 2.11.8, SBT 0.13.8). When I run the compile command, among some warnings, I get two compile errors:

[error] /Users/iht/github/DynaML/dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/utils/package.scala:459: could not find implicit value for parameter ev: spire.algebra.Eq[Domain]
[error]         (ev.gcd(a._1, b._1), ev1.gcd(a._2, b._2))
[error]                ^
[error] /Users/iht/github/DynaML/dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/utils/package.scala:459: could not find implicit value for parameter ev: spire.algebra.Eq[Domain1]
[error]         (ev.gcd(a._1, b._1), ev1.gcd(a._2, b._2))
[error]                                     ^

SBT provides the following info when launched, just in case it is relevant:

platform: macosx-x86_64
Tensorflow-Scala Classifier: darwin-cpu-x86_64

Has anyone seen this compile error before? The project is compiling fine at Travis, so I guess it must be something specific to my system. I wiped out the ivy2 and coursier caches, tried again, and the error persists.

Thanks in advance.

@mandar2812 mandar2812 added the bug label Nov 8, 2017
mandar2812 added a commit that referenced this issue Nov 8, 2017
@iht
Copy link
Author

iht commented Nov 8, 2017

This issue has been fixed with commit b997b29

I can now compile and run some examples, including TensorFlow examples.

@iht iht closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants