Open agalewsky-pnn opened 3 months ago
It's true that there is no /srv/app/ckan/
directory
However I'm not sure how you would be getting this error
I also encountered this issue while following the instructions for Remote Debugging with VS Code (https://github.com/ckan/ckan-docker?tab=readme-ov-file#remote-debugging-with-vs-code). When I enabled 'USE_DEBUGPY_FOR_DEV=true' in the environment (.env). The first error appeared: /bin/bash: line 1: /usr/bin/python: No such file or directory. The Python path was incorrect, so I fixed it by editing start_ckan_development.sh, changing /usr/bin/python to /usr/local/bin/python. After that, another error appeared in a loop: FileNotFoundError: [Errno 2] No such file or directory: '/srv/app/ckan'.
When trying to spin up the development environment I am getting this error repeating over and over
ckan-dev-1 | FileNotFoundError: [Errno 2] No such file or directory: '/srv/app/ckan'
I have gone through all the issues and have not found anything similar. Any thoughts or fixes will be appropriated.
This is just doing a git clone and docker compose up - no changes made.
Thanks in advance!
-Andrew