pymeta
pymeta copied to clipboard
Error when running
I'm getting this error when trying to run.
└─$ pymeta -h
Traceback (most recent call last):
File "/usr/local/bin/pymeta", line 33, in
Hi @timlaw71,
I have not yet tested PyMeta with Python 3.10 and will absolutely look into this. Does it work with lower versions of the language?
If I run python3 ./pymeta.py if seems to work. I'm on python 3.10.8
I had the same error on Python 3.9, downloaded from pypi. In the package I just went to line 140 in ./env/lib/Python3.9/site-packages/pymeta/init.py and fixed the indent on "def get_agent():" and it worked.
I had the same error on Python 3.9, downloaded from pypi. In the package I just went to line 140 in ./env/lib/Python3.9/site-packages/pymeta/init.py and fixed the indent on "def get_agent():" and it worked.
Would like to add I had the same issue, and same thing fixed it. There is a space or two in front of the line "def get_agent()".