-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
AttributeError encountered while running poetry run poe test
#97
Comments
Hi, thank you very much for taking a look and investigating. I believe issue you are encountering was fixed in a most recent beta release: darrenburns/ward#374 But thank you for bringing the issue with maintenance to my attention. That is going to be problematic in a long-run. I am going to consider some options with regards to that - I wouldn't mind taking over the maintenance of |
Hi, thank you so much for responding. Judging by their activity, I don't think they will fix it. Are you planning to create a fork of it and publish a new package?
I have never used |
I will look into how well the commitment of maintaining Can you share what is your version of |
I have version beaupy on master is v3.8.3 via v3.12.4 (beaupy-py3.12)
❯ poetry run python -m ward --version
python -m ward, version 0.67.1b0 Apologies for the late response. I was occupied with something personal.
Why can't I run the command if that's the case? I followed the instructions as given in the readme file. The |
It seems you are not on the latest version, as far as I understand Python 3.12 is supported on EDIT: Checking |
Thanks. Now it is working. So, we need to change the |
Thank you a lot. |
As instructed in the Development section of Readme, after forking, cloning and installing dependencies (
poetry install
), when I tried to runpoetry run poe test
, I am getting the following error.After researching the possible cause of the issue, I found the reason. The problem is with the
ward
package. In that, if you check the_collect.py
file and look forFileFinder
object, you will notice that its attribute is now changed tofind_spec
instead offile_module
. Normally, I should report this issue to the official repo ofward
but they stopped actively maintaining the package. So, at the moment, we must either fix it or move to another alternative.If you have any other solution to the said problem, then kindly let me know. I would like to contribute to this project.
The text was updated successfully, but these errors were encountered: