lhe17 / nebula

GNU General Public License v2.0
28 stars 6 forks source link

there is no package called ‘spatstat.random’ #35

Open TheAustinator opened 1 year ago

TheAustinator commented 1 year ago

I've upgraded to v1.5.0 and now got an error:

there is no package called ‘spatstat.random’

which was resolved by installing the package.

I assume adding this to the dependencies would fix the issue

Cheers, Austin

lhe17 commented 1 year ago

Hi Austin,

Thank you for reporting this issue. It puzzles me, because nebula does not use any function from ‘spatstat.random’. But I'll look into this.

Best regards, Liang

On Thu, Sep 14, 2023 at 3:49 AM Austin McKay @.***> wrote:

I've upgraded to v1.5.0 and now got an error:

there is no package called ‘spatstat.random’

which was resolved by installing the package.

I assume adding this to the dependencies would fix the issue

Cheers, Austin

— Reply to this email directly, view it on GitHub https://github.com/lhe17/nebula/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDISUQPHLERGNRZVSCXCUDX2KZJDANCNFSM6AAAAAA4XU65NI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TheAustinator commented 12 months ago

It could be that it's a dependency of one of the packages you're using (i.e., 2 or more hops away in the dependency graph). And if that package doesn't properly install all of its own dependencies, then the error could pop up. Or it could have been something spurious in my environment if nobody else had observed this issue.

Cheers, Austin