mlsstart opened a new pull request, #1012:
URL: https://github.com/apache/polaris/pull/1012

   <!--
       Possible security vulnerabilities: STOP here and contact 
[email protected] instead!
   
       Please update the title of the PR with a meaningful message - do not 
leave it "empty" or "generated"
       Please update this summary field:
   
       The summary should cover these topics, if applicable:
       * the motivation for the change
       * a description of the status quo, for example the current behavior
       * the desired behavior
       * etc
   
       PR checklist:
       - Do a self-review of your code before opening a pull request
       - Make sure that there's good test coverage for the changes included in 
this PR
       - Run tests locally before pushing a PR (./gradlew check)
       - Code should have comments where applicable. Particularly 
hard-to-understand
         areas deserve good in-line documentation.
       - Include changes and enhancements to the documentation (in 
site/content/in-dev/unreleased)
       - For Work In Progress Pull Requests, please use the Draft PR feature.
   
       Make sure to add the information BELOW this comment.
       Everything in this comment will NOT be added to the PR description.
   -->
   The first error message:
   ItemNotFoundException
   
     Item does not exist!
   
     at polaris-venv/lib/python3.9/site-packages/secretstorage/util.py:52 in 
send_and_get_reply
          48│                 raise DBusErrorResponse(resp_msg)
          49│             return resp_msg.body
          50│         except DBusErrorResponse as resp:
          51│             if resp.name in (DBUS_UNKNOWN_METHOD, 
DBUS_NO_SUCH_OBJECT):
       →  52│                 raise ItemNotFoundException('Item does not 
exist!') from resp
          53│             elif resp.name in (DBUS_SERVICE_UNKNOWN, 
DBUS_EXEC_FAILED,
          54│                                DBUS_NO_REPLY):
          55│                 data = resp.data
          56│                 if isinstance(data, tuple):
   
   The second error message:
   Installing the current project: polaris (1.0.0)
   Error: The current project could not be installed: No file/folder found for 
package polaris
   If you do not want to install the current project use --no-root.             
                                                                
   If you want to use Poetry only for dependency management but not for 
packaging, you can disable package mode by setting package-mode = false in your 
pyproject.toml file.                                                            
                                                     
   If you did intend to install the current project, you may need to set 
`packages` in your pyproject.toml file.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to