Conversation
|
Why isn't this pulled yet? |
|
no |
|
@robert-werner not sure why I was tagged here. I'm not a maintainer, and my only contribution to this project was to fix some typos in the README. |
Then who is the maintainer? |
|
@nvbn any chance this could get merged? |
|
|
|
@nvbn PTAL ASAP |
|
I seriously hope he is doing well, and is just taking a break. |
|
bump ;d |
|
bump |
it appears @/scorphus also has permissions for merging and is still active on github where @/nvbn is not. |
|
For those of you struggling with this issue, follow instructions here to regain access to |
|
this takes care of it |
|
This worked for me at Ubuntu 24.04: uv tool install --python 3.12 --with "setuptools>=80" --with imp2importlib thefuck |
| if major == 3 and minor < 12: | ||
| from imp import load_source | ||
| else: | ||
| from importlib import load_source |
There was a problem hiding this comment.
This is incorrect:
☺ python3.12 -c 'from importlib import load_source' make-deps-without-asyncmy ✔
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name 'load_source' from 'importlib' (/usr/local/lib/python3.12/importlib/__init__.py)
Gave a
fuckforimperror.