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
**Exception in thread "main" java.lang.RuntimeException: Unable to find source dist for python-jose:0.1.0** at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:80) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:74) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) at com.linkedin.python.importer.deps.SdistDownloader.downloadDependency(SdistDownloader.groovy:57) at com.linkedin.python.importer.deps.SdistDownloader$downloadDependency.callCurrent(Unknown Source) at com.linkedin.python.importer.deps.DependencyDownloader.download(DependencyDownloader.groovy:53) at com.linkedin.python.importer.ImporterCLI.importPackages(ImporterCLI.java:100) at com.linkedin.python.importer.ImporterCLI.main(ImporterCLI.java:73)
I've also attached the entire output in error.log
The text was updated successfully, but these errors were encountered:
error.log
When using the jar to import newer moto versions we run into this error with this exact java command:
java -jar resources/pivy-importer-0.10.8-all.jar --debug --repo /tmp/repository "moto:1.3.8"
**
Exception in thread "main" java.lang.RuntimeException: Unable to find source dist for python-jose:0.1.0** at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:80) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:74) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) at com.linkedin.python.importer.deps.SdistDownloader.downloadDependency(SdistDownloader.groovy:57) at com.linkedin.python.importer.deps.SdistDownloader$downloadDependency.callCurrent(Unknown Source) at com.linkedin.python.importer.deps.DependencyDownloader.download(DependencyDownloader.groovy:53) at com.linkedin.python.importer.ImporterCLI.importPackages(ImporterCLI.java:100) at com.linkedin.python.importer.ImporterCLI.main(ImporterCLI.java:73)
I've also attached the entire output in error.log
The text was updated successfully, but these errors were encountered: