You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with dub run grain --config=example-mnist -b=release -v I get:
...
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8)
without -v dub prints:
The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological case in the resolution algorithm. Please file a bug report at https://github.com/dlang/dub/issues and mention the package recipe that reproduces this error.
The text was updated successfully, but these errors were encountered:
I can not upload dub.selection.json because dub can not create it. I tried with dub.selection.json from travis build without success. I use dmd 2.081, probably this is the reason?
with
dub run grain --config=example-mnist -b=release -v
I get:without
-v
dub prints:The text was updated successfully, but these errors were encountered: