-
-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Originally posted by @DandelionSprout in #134 (comment)
Bug description
Minor bug I came across that I presume doesn't warrant its own issue report:
Installing 4.0.0 through the procedure further above in this thread, fails to upgrade the domain2idna-1.9.1-py3.7.egg package to domain2idna-1.12.0, leading to the error Fatal Error: module 'domain2idna' has no attribute 'domain2idna' when running any file through PyFunceble. pip3 and pip also claimed that domain2idna-1.9.1-py3.7.egg was up to date, which was incorrect according to a glance at PyPi.
The fix was to open Voidtools Everything and delete all files with the filename term domain2idna that also had the terms 37 or 3.7 in them. Afterwards, pip3 install --user domain2idna was able to correctly detect and install domain2idna-1.12.0.
Screenshot from before I found the fix:

Additional context
Related to #157 where the issue was solved by upgrading domain2idna>=1.12.0
By merging #158 we should be forcing pipy/cygwin etc to upgrade domain2idna to latest version