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
I followed the instructions and added "org.allenai" %% "pdffigures2" % "0.0.11" to the dependency in build.sbt, but the module seems to have authorization issue.
I'm running on Ubuntu 18.04 with openjdk version "11.0.9.1", sbt version "1.4.4". Any help is appreciated. Thanks.
[info] Loading settings for project pdffigures2-build from plugins.sbt ... [info] Loading project definition from /media/4TB/pdffigures2/project [info] Loading settings for project root from build.sbt ... [info] Set current project to pdffigures2 (in build file:/media/4TB/pdffigures2/) [info] Updating ... [error] a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11 [error] java.lang.IllegalArgumentException: a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11
The text was updated successfully, but these errors were encountered:
We are also getting the same issue using Centos! Any help with this?
[error] a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11
[error] java.lang.IllegalArgumentException: a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11
I followed the instructions and added "org.allenai" %% "pdffigures2" % "0.0.11" to the dependency in build.sbt, but the module seems to have authorization issue.
I'm running on Ubuntu 18.04 with openjdk version "11.0.9.1", sbt version "1.4.4". Any help is appreciated. Thanks.
$ sbt "runMain org.allenai.pdffigures2.FigureExtractorBatchCli ./pdf/ -s stat_file.json -m /figure/image/output/prefix -d /figure/data/output/prefix"
[info] Loading settings for project pdffigures2-build from plugins.sbt ...
[info] Loading project definition from /media/4TB/pdffigures2/project
[info] Loading settings for project root from build.sbt ...
[info] Set current project to pdffigures2 (in build file:/media/4TB/pdffigures2/)
[info] Updating ...
[error] a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11
[error] java.lang.IllegalArgumentException: a module is not authorized to depend on itself: org.allenai#pdffigures2_2.12;0.0.11
The text was updated successfully, but these errors were encountered: