-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Problem when try to install module, can't add module to IRIS #4
Comments
Same problem on Debian 12 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
dear tkolaski, how do you fix the above |
If you use this ommand |
thank you for your help , the integration done successfully , but i can not searching task , I had the following error in Dim Task: could you help me to fix it |
OS: clean Debian 12
sudo ./buildnpush2iris.sh -a
[BUILDnPUSH2IRIS] Pushing to Worker and App container!
[BUILDnPUSH2IRIS] Starting the build and push process..
./buildnpush2iris.sh: line 30: python3.9: command not found
ls: cannot access './dist': No such file or directory
[BUILDnPUSH2IRIS] Found latest module file:
[BUILDnPUSH2IRIS] Copy module file to worker container..
"docker cp" requires exactly 2 arguments.
See 'docker cp --help'.
Usage: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-
docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH
Copy files/folders between a container and the local filesystem
[BUILDnPUSH2IRIS] Installing module in worker container..
ERROR: Directory 'dependencies/' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
[BUILDnPUSH2IRIS] Restarting worker container..
iriswebapp_worker
[BUILDnPUSH2IRIS] Copy module file to app container..
"docker cp" requires exactly 2 arguments.
See 'docker cp --help'.
Usage: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-
docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH
Copy files/folders between a container and the local filesystem
[BUILDnPUSH2IRIS] Installing module in app container..
ERROR: Directory 'dependencies/' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
[BUILDnPUSH2IRIS] Restarting app container..
iriswebapp_app
[BUILDnPUSH2IRIS] Completed!
The text was updated successfully, but these errors were encountered: