sherpa icon indicating copy to clipboard operation
sherpa copied to clipboard

warn: 'Python3' modules check failed.

Open ouija opened this issue 2 years ago • 1 comments

Hey,

Did my monthly sherpa upgrade all and got a warn: 'Python3' modules check failed., which was caused by some missing python packages:

   3685 dbug: (LL) ----------------------------------------------------------------------------------------------------
   3686 dbug: (LL) = log file: '/share/CACHEDEV3_DATA/.qpkg/sherpa/logs/py3-modules.check.log'
   3687 dbug: (LL) = command: '/opt/bin/python3 -m pip check --no-input'
   3688 dbug: (LL) ! result_code: [1] ***** stdout/stderr begins below *****
   3689 dbug: (LL) pygithub 1.55 requires deprecated, which is not installed.
   3690 dbug: (LL) pygithub 1.55 requires pyjwt, which is not installed.
   3691 dbug: (LL) pygithub 1.55 requires pynacl, which is not installed.
   3692 dbug: (LL) = ***** stdout/stderr is complete *****
   3693 dbug: (LL) ----------------------------------------------------------------------------------------------------

Fixed the issue with a pip install deprecated pyjwt pynacl and just wanted to inform you of this in case you wanted to know :)

ouija avatar Apr 20 '22 19:04 ouija

Awesome. Thanks mate! 👍🏽

I really should get that PIP check to satisfy its own requirements. I'll leave this issue open to remind me. 😁

OneCDOnly avatar Apr 20 '22 20:04 OneCDOnly

This is no-longer an issue. All Python apps now run in their own virtualenvs.

OneCDOnly avatar Dec 17 '22 09:12 OneCDOnly