22
NoMad
2y

* installs pybullet via pip
* imports pybullet
* Runs

NoMmoDUlEFoundErRrRRRrroR: no module named pybullet

... Get fucked. 😐

Comments
  • 7
    I want a new tag just for reasons to not use Python.
  • 1
  • 5
    @c3r38r170 python is good tho. Believe me, you don't want to deal with package managers for most other languages
  • 1
    @theKarlisK see, my dirty trick is that I'm gonna install it again via conda
  • 0
    @theKarlisK or python -m pip install
    With the python you want to run of course.

    If you want something more robust, try venv
  • 2
    @NoMad Sorry, I couldn't hear you over my <script type="module" src="..."></script>, it somehow is louder than Maven.
  • 0
    @theKarlisK Now I'm ready for a video about Python's iceberg.
  • 2
    @NoMad Believe me, I do lol

    Even npm is better than this sh*t
  • 0
    @12bitfloat sorry, what?
  • 2
    Do you have multiple python installs?
  • 1
    There are a lot of things I don't like about pycharm, but at least it gives you an environment for each project. When you pip install in that environment you are sure to get the right environment for your project.

    Things I don't like about pycharm: where is save button?, to run script as admin I have to run pycharm as admin (annoying)
  • 1
    @12bitfloat not only is it better, it can be used to bootstrap literally *anything*

    I will someday tell my grandchildren that I used npm to bootstrap entire projects.

    My grandchildren: "ew, ok grandpa, lets get you to sleep"
  • 1
    pipx.y install pybullet

    should fix your issue for

    pythonx.y
  • 2
    @melezorus34 it did not, actually
  • 0
    Gradle is the best package manager but people are not ready for that conversation
  • 1
    @aadilp Oh heeeell nah. I remember when I had some innocuous error in my gradle.build (because groovy... enough said) and it spat out the most undecypherable exception with *literally* over 200 frames. A fucking build tool with 200 frame deep call stacks. My man... wtf
  • 0
    @aadilp yeaaaah as a former Android dev ima say no
  • 1
    @NoMad ok, time to give up on python xD
  • 1
    @melezorus34 anaconda worked 😛
  • 1
    @NoMad dammit, couldn't save another person from python :3
  • 0
    @melezorus34 mate, you'll come to appreciate python eventually. It's the most maintainable shit I've ever worked with.
Add Comment