geonode
geonode copied to clipboard
Setup/Installation Problem
Hello Everyone,
I am trying to install the Geonode on the Windows, but when I try to install the packages from the "Requirements.txt" file. The Django folder is not found in Virtual Environment. I am following the official documentation but I do not know where I am making mistake. I am new to Geonode.
Thank you
Are you sure you're in the right directory? i.e. are you "inside" the geonode folder when you execute this command? Otherwise, it won't be able to find the requirements.txt file because you're looking in the wrong folder. (I'm a beginner so this is just my best guess)
First of all thank you for your reply. Yes, I am in the right folder/ I mean I am inside the folder. The requirements.txt file run perfectly but after that when I refresh the parent folder, there is no django folder.
what does pip --freeze show you after installation of requirements? And do you spot an error with django during installation?