-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「NameError: name 'packbits' is not defined」で落ちました。 #8
Comments
共有いただきありがとうございます。 pytoshopのインストールをサポートする改修を後ほど行います。 |
i also get this kind of error even when the packbits is already installed.
|
I also get this kind of error ,however I get a wheel of pytoshop,after the wheel installed,bug fixed up. |
git clone https://github.com/mdboom/pytoshop.git |
素晴らしいソフトをありがとうございます。
pytoshopのcodecs.pyでエラーが出ました。
原因は「NameError: name 'packbits' is not defined」とあるように「packbits」がなかったからです。
「codecs.py」でインポートエラーがスルーされていました。
pipでインストールするとエラーは解消されました。
私の環境固有のエラーか共通のエラーか不明ですが、取り急ぎ共有になります。
実行時の出力全文
The text was updated successfully, but these errors were encountered: