Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Can Arya run on Python3.7 #14

Open
jrleriche opened this issue Oct 14, 2020 · 2 comments
Open

Can Arya run on Python3.7 #14

jrleriche opened this issue Oct 14, 2020 · 2 comments

Comments

@jrleriche
Copy link

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

@atarlov
Copy link

atarlov commented Feb 9, 2021

I faced the same when running into a venv. You can use the araya.py directly from package.

@andyitsus
Copy link

I'm getting exactly the same problem as #14 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants