You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
This is likely due to the project re-alignment mentioned viper-framework/viper#767, but what is the process to install viper-web?
I followed the install instructions for core viper (using pip3 install) and then did a git clone of the viper-web repository into the $HOME/.viper directory. After installing the requirements, when attempting to run viper-web I receive "No module named viper.web" from django.setup().
I suspect it may be due to the location I'm trying to run viper web from?
This is likely due to the project re-alignment mentioned viper-framework/viper#767, but what is the process to install viper-web?
I followed the install instructions for core viper (using pip3 install) and then did a git clone of the viper-web repository into the $HOME/.viper directory. After installing the requirements, when attempting to run viper-web I receive "No module named viper.web" from django.setup().
I suspect it may be due to the location I'm trying to run viper web from?