Skip to content
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

pip install call fails despite satisfied dependency #11

Open
lumpiluk opened this issue Nov 16, 2024 · 1 comment
Open

pip install call fails despite satisfied dependency #11

lumpiluk opened this issue Nov 16, 2024 · 1 comment

Comments

@lumpiluk
Copy link

As noted by mrswl in #5, this is due to PEP 668.

In line 613:

subprocess.check_call(

Commenting out this subprocess call solves it for me since I already have pytorch installed. A solution could be a try-except block like here:

exec("import " + module)

@tin2tin
Copy link
Owner

tin2tin commented Nov 16, 2024

You're welcome to submit a patch. I do not use Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants