@gautamjajoo Nothing related to App-Armor, tried that. @Gurpreetsingh9465 tried the solution after restarting the docker container all over again, found postgres permission errors- error. Any suggestions?
Gurpreet singh
@Gurpreetsingh9465
@ditsme are you using virtual box?
You can also setup project using virtual environment on linux/vmware/virtual box you can follow the readme to set things up running .
Diti Modi
@ditsme
@Gurpreetsingh9465 No I am not using virtualbox and yes I have finally started installation using virtual environment. Thankyou
ashuparija
@ashuparija
Hi everyone, I am a final year undergraduate student from India looking forward to contributing to CloudCV as part of GSoC 2019. Can somebody please guide me with the steps to get started?
Bharath Raj
@thatbrguy
Hey @ashuparija welcome to Fabrik! Checkout our GitHub page for instructions to setup the dev environment. Feel free to take any open issue that's listed
Hi @Gurpreetsingh9465 , I am not available this week quite occupied with some other work. But I'll ask others to review the PR otherwise I can do it on Sunday
Gurpreet singh
@Gurpreetsingh9465
@Ram81 thanks sir
Amit Kumar
@npbit
Hi @Ram81 , I'm trying to docker-build up Fabrik but I'm getting error . can you help with this?
@pymit Looks more like a network error. Are you behind any proxy or can't access net through terminal?
Amit Kumar
@npbit
I just docker-build evalai , It went so smooth but not with Fabrik. I tried many times . I'm not using any proxy.
Amit Kumar
@npbit
finally ,I got it working 😀.
Amit Kumar
@npbit
Description of the layer node goes behind the sidebar while running locally while online deployed is working fine . is it a bug?
Gurpreet singh
@Gurpreetsingh9465
@Ram81@gautamjajoo@yashdusing i created a new pr regaring issue #317 pr #509 can you review it now sorry for the duplicate acctually the code of my other pr is creating a problem.
I closed the previous pr of the same code.
kaiz merchant
@kaiz123
Hi. This is Kaiz here. I'm a full stack developer looking to contribute in React /django work. What would be a good place to start??
_
Gurpreet singh
@Gurpreetsingh9465
@kaiz123 welcome to cloudcv. Just follow the readme file to build the project on your local machine.
Somil Singhai
@limosin
Hey guys Somil here, found your project on GSOC archives. I don't know if you will be participating this year too but I do like your project and would really like to contribute as much as I can. I have been trying to install Fabrik on my Ubuntu 18.04 but I am stuck after this command :
python manage.py makemigrations caffe_app
It's giving me an error :
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
I am new to Django so can anybody help me.
I can provide more info if needed.
Gautam Jajoo
@gautamjajoo
You forgot to cp settings/dev.sample.pysettings/dev.py?
Somil Singhai
@limosin
I'll try that..!!
Somil Singhai
@limosin
Thanks that worked, though I got some more errors. I'll try to deal with them or else ask here.. Thanks again!
Bharath Raj
@thatbrguy
@pymit master has some changes that are not deployed yet. Could be a bug due from one of those changes.
Description of the layer node goes behind the sidebar while running locally while online deployed is working fine . is it a bug?
ASHUTOSH CHAUBEY
@ac-alpha
Hello!! I am a CSE undergrad at IIT Roorkee currently working in the field of deep learning. I want to contribute to the repo and participate in GSoC '19. Please help me find some deep learning related issues/updates I can start working on.
Bharath Raj
@thatbrguy
Hello @ac-alpha, welcome to Fabrik! You could start by setting up the Dev environment following the instructions on the repo. You can checkout some issues that are listed in the repo to contribute.
Nikhil Mudholkar
@nikhilmudholkar
Hello everyone. I am stuck in step 7 of setting up the dev environment. When i perform "python manage.py makemigrations caffe_app", it given me an import error as "No module named Startup". Startup.py is clearly present n the same directory. Can anyone help me out with this?
Gurpreet singh
@Gurpreetsingh9465
@nikhilmudholkar did you setup the virtualenv correctly, make sure that you are using python2 and the virtual env is active.
Jeremy Chou
@LuckyPigeon
I got an error AttributeError: 'numpy.ufunc' object has no attribute '__module__'
How can I solve this problem?
Bharath Raj
@thatbrguy
@LuckyPigeon What command gave you this error ?
Jeremy Chou
@LuckyPigeon
I got this error when I try to use docker-compose up --build
kirk86
@kirk86
hey folks apparently there's an issue with the login service, trying to login with either google or github
also on firefox the login icons of github and google don't show up at all
BTW forgive my naive question but is the service http://fabrik.cloudcv.org fully functional? It seems that I can't export a model?
Gurpreet singh
@Gurpreetsingh9465
@kirk86 i think the changes are not deployed. Because login / signup facility works in the lattest development build.
kirk86
@kirk86
@Gurpreetsingh9465 thanks, so if I understood this correctly, because login/signup facility isn't working then other actions such as export, import, share might not be fully functional as well?
Bharath Raj
@thatbrguy
@kirk86 As of now "user-specific" functionality is not deployed and so not having login/sign-up doesn't affect import/export/share. You can however setup your local build with functional login to test new features.