iHany
September 30, 2020, 11:26am
1
Hi, I’m trying to register my own package to General.
As General said, I tried to register my package through JuliaHub .
However, the General said
" I was not able to load the package (i.e. import MyPackage
failed). See the CI logs for details. "
You can see my trying here .
Can anybody give me an advice?
EDIT: here’s the list what I’ve done:
Make a repo .
Add @Registrator register() .
Try to register the package via JuliaHub .
General raised errors .
1 Like
oheil
September 30, 2020, 11:32am
2
Its working now, isn’t it?
Well done!
2 Likes
iHany
September 30, 2020, 11:34am
3
I’m embarrassed
Probably I missed some parts on Project.toml
, and updating this would make it works.
Frankly speaking I don’t fully understand what I had to do, anyhow…
it works now
2 Likes
oheil
September 30, 2020, 11:37am
4
My guess was (until I saw that it is resolved) that some compatibility constraints in your Project.toml weren’t right. But than everything went green, so I stopped investigating
1 Like