We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying run the alignDraw.py I am getting the following error
monica@monica:~/PycharmProjects/text2image-master/coco$ python alignDraw.py ./models/coco-captions-32x32.json Traceback (most recent call last): File "alignDraw.py", line 3, in import h5py File "/home/monica/.local/lib/python2.7/site-packages/h5py/init.py", line 24, in from . import _errors ImportError: /home/monica/.local/lib/python2.7/site-packages/h5py/_errors.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8
Please help me how can I solve this error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am trying run the alignDraw.py I am getting the following error
monica@monica:~/PycharmProjects/text2image-master/coco$ python alignDraw.py ./models/coco-captions-32x32.json
Traceback (most recent call last):
File "alignDraw.py", line 3, in
import h5py
File "/home/monica/.local/lib/python2.7/site-packages/h5py/init.py", line 24, in
from . import _errors
ImportError: /home/monica/.local/lib/python2.7/site-packages/h5py/_errors.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8
Please help me how can I solve this error
The text was updated successfully, but these errors were encountered: