Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JR
James_Ryan @discuss.tchncs.de
Posts 2
Comments 34
(Solved) Question about Python-packages
  • Holy shit!

    **Thank you very much! **

    You did help me big time.

    I'm understanding more and was successfull in installing tkcalendar and pyyaml in a virual Enviroment in VisualStudioCode. For now I can use my script.

  • (Solved) Question about Python-packages
  • OK then I have to read about it.

    I am a bit confused because the installation with pip on Linux Mint was no problem and didnt throw any errors. I could use my script in the IDE and from console.

    On Tumbleweed it seems to be a lot different. From the first look I have to activate the virt. env

    Do I have to do this everytime I start the script via console?

  • (Solved) Question about Python-packages
  • Yes:

    Note: Dependent package 'babel' contains 1 apps
      - pybabel
    
    No apps associated with package tkcalendar. Try again with '--include-deps' to include apps of dependent packages, which are listed above. If you are attempting to install a library, pipx
    should not be used. Consider using pip or a similar tool instead.
    
  • (Solved) Question about Python-packages

    I'm having a fair share of problems with OpenSuse Tumbleweed and python atm.

    Coming from Linux Mint and windows.

    Installing python-packages with pip was pretty easy.

    But I have trouble understanding how to install the following packages on TumbleWeed:

    tkCalendar

    yaml for Python(311)

    When I try to use pip I get prompted to use zypper.

    I am stuck at this point. Do I have to use something different than zypper? What is the correct way here?

    Help very much appreciated and thank you in advance!

    --- Update ---

    **Thanks everyone for the help! **

    I could succesfully create a virtual enviroment in my Visualstudio Code and installed the needed libraries. The next step for me would be to create a executable package.

    17

    (Solved) Signature-Error when updating OpenSuse Tw

    Since this evening I have some problems with my OpenSuse Tumbleweed installation. I'm kind of a noob and everything I tried didn't work out.

    When I try to update my system with "zypper dup" I get an error that the signature-check failed and if I still want to proceed:

    >Signaturecheck for file "repomd.xml" from repository "repo-oss" failed<

    I downloaded the GPG-Key from the OpenSuse Website, deleted and reimported the new key. This didnt help.

    When I deleted the key and didnt import a new one the system imported it itself when running zypper dup. Fingerprint was the same as before.

    I had the same problem with an other repository but reimporting the key worked for now.

    Can someone help me on this? Can this be some kind if temporary problem?

    --- Update ---

    I tried everthing for 2 hours.

    Now the error isn't there anymore and I can update without problems

    11