You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well.I have been exploring banet and found it incredibly insightful and helpful for my learning.
I have encountered a question while working with your code and was hoping to seek your guidance on the matter.
The file METADATA indicates that banet requires the version of the pyhdf is 0.10.2 ,but when I use the commend "pip install pyhdf==0.10.2", it report an error as follow:
File "<string>", line 109, in <module>
RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
I don't know what's matter with my environment, there's so little information on related issues that I can't solve the problem. I'd like to re-create a python 3.8 environment, would you please help me list some sequential steps to help me run banet?
This has been bugging me for weeks. I understand that you may be busy, but any help or pointers you could offer would be greatly appreciated.
My e-mail is [email protected], I'm looking forward to your reply.
The text was updated successfully, but these errors were encountered:
I hope this message finds you well.I have been exploring banet and found it incredibly insightful and helpful for my learning.
I have encountered a question while working with your code and was hoping to seek your guidance on the matter.
The file METADATA indicates that banet requires the version of the pyhdf is 0.10.2 ,but when I use the commend "pip install pyhdf==0.10.2", it report an error as follow:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
my version of python is 3.8, I have installed the hdf4 library from this website "https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.10/bin/windows/" and
new a env named LIBRARY_DIRS and add the directory of hdf4 but also have no effect.
I don't know what's matter with my environment, there's so little information on related issues that I can't solve the problem. I'd like to re-create a python 3.8 environment, would you please help me list some sequential steps to help me run banet?
This has been bugging me for weeks. I understand that you may be busy, but any help or pointers you could offer would be greatly appreciated.
My e-mail is [email protected], I'm looking forward to your reply.
The text was updated successfully, but these errors were encountered: