hahaha oh boy i love the ML community and python

hahaha oh boy i love the ML community and python

ChatGPT Wizard Shirt $21.68

Beware Cat Shirt $21.68

ChatGPT Wizard Shirt $21.68

  1. 11 months ago
    Anonymous

    tech support thread
    ignore

  2. 11 months ago
    Anonymous

    >what is a docker

  3. 11 months ago
    Anonymous

    Python is the biggest cause of dependency problems in my life. It's designed by an absolute moron and venv is a filthy hack with environment variables.

    But regarding your problem, I suggest using pyenv to get the appropriate Python version and use venv to containerize the dependencies for your program.

    • 11 months ago
      Anonymous

      It doesn't help that people who have no place programming work in it. Academia, for example, must be the principle writers of shovelware.

    • 11 months ago
      Anonymous

      No the problem is you and the library writers.

  4. 11 months ago
    Anonymous

    Should had used pip-tools with hashes or conda.

  5. 11 months ago
    Anonymous

    >durrrr why duh cutting edge software have somany dependuncy?

  6. 11 months ago
    Anonymous

    >pip install -r requirements.txt
    if there isnt a requirements file, devs are moronic

    • 11 months ago
      Anonymous

      >implying it doesn't break anyway because of FFI requirements

      • 11 months ago
        Anonymous

        That's why you use pip-compile with hashes.

  7. 11 months ago
    Anonymous

    uhhhh what does it mean by this

    • 11 months ago
      Anonymous

      It's bad dependency logic. <= is dumb. Better to use != for specfically bad versions.

      You have to uninstall your version 7 and let it install a version 6.

      Are you using a virtual environment?

      • 11 months ago
        Anonymous

        >You have to uninstall your version 7 and let it install a version 6.
        sane languages don't have this problem.

        • 11 months ago
          Anonymous

          Go put diesel in your petrol car, homosexual

          • 11 months ago
            Anonymous

            >petrol
            Frick off, britbong

      • 11 months ago
        Anonymous

        >bad dependency logic
        Why is Python such a complete meme.
        I swear, the most overrated language in the world.

  8. 11 months ago
    Anonymous

    >troonyflow
    That's not the ML community, that's the troony community. Try again.

  9. 11 months ago
    Anonymous

    Are you really struggling trying to install automatic1111 webui? I'm a codelet and even I could do that, it really looks like a skill issue on your end.

  10. 11 months ago
    (。>﹏<。) nakaԁashi (。>﹏<。)

    skill issue

  11. 11 months ago
    Anonymous

    >be java
    >download .jar lib
    >place in /libs/ folder
    >done

  12. 11 months ago
    Anonymous

    For solving the dependency hell, just use pipenv or poetry and a docker container for reproducing the whole development environment.

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *