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
{{ message }}
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
I am having the the error below when trying to run it
C:>arya -f /Users/leje6024/Downloads/BD-Hero_Land.json
Traceback (most recent call last):
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2419, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'arya' has no attribute 'main'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\Scripts\arya-script.py", line 11, in
load_entry_point('arya==1.1.5', 'console_scripts', 'arya')()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2793, in load_entry_point
return ep.load()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2411, in load
return self.resolve()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2421, in resolve
raise ImportError(str(exc))
ImportError: module 'arya' has no attribute 'main'
Thanks for your help
The text was updated successfully, but these errors were encountered:
I am having the the error below when trying to run it
C:>arya -f /Users/leje6024/Downloads/BD-Hero_Land.json
Traceback (most recent call last):
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2419, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'arya' has no attribute 'main'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\Scripts\arya-script.py", line 11, in
load_entry_point('arya==1.1.5', 'console_scripts', 'arya')()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2793, in load_entry_point
return ep.load()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2411, in load
return self.resolve()
File "C:\Users\leje6024\AppData\Local\Programs\Python\Python37\lib\site-packages\pkg_resources_init_.py", line 2421, in resolve
raise ImportError(str(exc))
ImportError: module 'arya' has no attribute 'main'
Thanks for your help
The text was updated successfully, but these errors were encountered: