How do I find the location of my Python site-packages directory
因為要去複制特定的 python 套件的 source code 出來,每次都記不起來 site-packages 的路…
我要當一個豬頭,認真過每一天、快樂過每一天就好
因為要去複制特定的 python 套件的 source code 出來,每次都記不起來 site-packages 的路…
今天看到別人使用 2個變數做 or 運算,覺得滿神奇的。 手動測試一下這一個寫法, a=None b=”123″ c=2…
我寫的程式,在Windows 上會出錯,但相同的程式碼在 macOS 上沒有出錯,很奇怪。是 macOS 那邊的架構比較…
tornado異步時發現的錯誤,查了一下,原來tornado6以後就棄用了tornado.web.asynchronou…
在網路上也有遇到相同情況的人: Creating an .app file using Platypus failing…
最近在使用 undetected_chromedriver,遇到上面的錯誤訊息,錯誤訊息畫面: 解法: import s…
在 chrome v96 + selenium 4, 使用下面的 code 會顯示「Chrome is controll…
在切換到新的版本的 selenium 時,顯示的錯誤訊息。 解法如下:https://stackoverflow.com…
並不是使用 py2exe 打包為.app, 是使用platypus,網路上查到的解法是把 macOS 的 tkinter…
第一種方式: import cv2 image = cv2.imread(‘test.jpg’)…