Tag: troubleshooting

  • Fixing Python Pandas / NumPy Binary Incompatibility Error

    Fixing Python Pandas / NumPy Binary Incompatibility Error

    Python error with Pandas / numpy: This is going to be a quick and easy post. I got following error when running pandas < 2 on python 3.10 Fixed by uninstalling numpy and installing version less than 2. Seems like an issue with the dependency resolver – resolver sees numpy is available and doesn’t check… Read more

  • Fixing Fish Shell Bookmark Issue with Non-Existent Directories

    Fixing Fish Shell Bookmark Issue with Non-Existent Directories

    This note is about how to fix an issue where a directory is removed, but Fish (specifically the Dangerous theme) still has it in the bookmarks. The error can look something like this: In the above case, a directory was stored as the startup directory, but then the directory was removed. Sometimes, just running echo… Read more