Jeff Nyman
Jeff Nyman
Just chiming in with one more voice since this still appears to be an issue. Typing a period in a comment does still lead to an attempt to provide suggestions.
For whatever it's worth, I get the same issue as mentioned above. ``` uninitialized constant Syntax::Ruby::Set Error creating formatter: PrettyFace::Formatter::Html (NameError) ``` I've done some searching but everything I've found...
I know this is an old issue but and what I'm asking here is tangential to that discussed above, but how would the build script provided be modified if there...
Interesting. I'll have to practice with that. The problem I was having was imports into a directory was not working because it seemed that executable zips were not treating those...
Agreed and seconding this as a concern. I'm finding exactly what was described in the initial report: developers started removing comments -- and necessary and helpful comments -- from functions...
Just as a note, this happens with Python 3.10 as well. From what I can see, this has to do with urllib3 and requests, which seem to contain the offending...
> How did you install BertViz? In my case, I'm using Poetry, so I did: `poetry add bertviz` It definitely installs without a problem and I can use it. But...
@jessevig I can definitely recreate on a fully new environment, on either Windows or Mac. Here is the script I'm running on Python 3.10.11 and Python 3.11.4: ```python from transformers...
For what it's worth I had to make the group the following: ``` [tool.pytest.ini_options] addopts = "--spec" spec_test_format = "{result} {docstring_summary}" ``` That addition of "ini_options" is what ended up...
For what it's worth, and if it helps to get another data point: I get exactly the same issue as the OP although mine is on Windows 11 Pro using...