We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added to the development container startup script ckan-dev/2.9/setup/start_ckan_development.sh, the following line for debugging:
ckan-dev/2.9/setup/start_ckan_development.sh
sudo -u ckan -EH python3 -m debugpy --listen 0.0.0.0:5678 /usr/bin/ckan -c $CKAN_INI run -H 0.0.0.0
But this produces this error:
/usr/bin/python3: No module named ckan.__main__; 'ckan' is a package and cannot be directly executed
Disabling the reloader with -r helps.
-r
The text was updated successfully, but these errors were encountered:
I don't have experience with this tool so I can't help but maybe these discussions can point you in the right direction:
ckan/ckan#6457 ckan/ckan#6458
Sorry, something went wrong.
No branches or pull requests
I added to the development container startup script
ckan-dev/2.9/setup/start_ckan_development.sh
, the following line for debugging:But this produces this error:
Disabling the reloader with
-r
helps.The text was updated successfully, but these errors were encountered: