Open JulienPeloton opened 1 year ago
Just after the clone, one needs to get data from submodule:
https://github.com/grandma-collaboration/icare/blob/5a874b3706651eed6d800f1ec4de51b80bc3c912/docs/dev_guide/index.md?plain=1#L201-L205
git submodule init git submodule update
Command ./icare.sh run --clear --init can lead to:
./icare.sh run --clear --init
... Applying config Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: module 'skyportal' has no attribute '__version__' ...
Solution:
rm -r patched_skyportal ./icare.sh run --clear --init
setenforce 0 !
setenforce 0
submodule initialisation
Just after the clone, one needs to get data from submodule:
https://github.com/grandma-collaboration/icare/blob/5a874b3706651eed6d800f1ec4de51b80bc3c912/docs/dev_guide/index.md?plain=1#L201-L205
Troubleshooting
module 'skyportal' has no attribute 'version'
Command
./icare.sh run --clear --init
can lead to:Solution:
App is launched by nothing appear online
setenforce 0
!