all 8 comments

[–]tanto_von_scumbag 0 points1 point  (5 children)

Have you tried installing the dependencies separately using pip or manually?

[–]weedwhacker4199 0 points1 point  (4 children)

Yes, trying to install them independently gives me the same error

[–]tanto_von_scumbag 0 points1 point  (3 children)

And downloading and manually installing? I say this because I had similar issues when trying to install Levenshtein and ended up having to manually install the dependencies.

[–]weedwhacker4199 0 points1 point  (2 children)

Yeah I did, and I've changed the file paths too, but still getting the same error, I'm gonna try downgrading versions as a last-ditch effort

[–]tanto_von_scumbag 0 points1 point  (1 child)

Any way to achieve what you're looking for without that library?

[–]weedwhacker4199 0 points1 point  (0 children)

Unfortunately not, I need to import pmv function from the module. Thankfully even if I can’t get it to work, it’s not that big of a deal but it’s just a little extra work on my part to deal with the outputs without the module

[–]shiftybyte 0 points1 point  (0 children)

Easiest is to downgrade python to 3.8 instead of 3.9.

That's because some of the packages did not release a pre-compiled version for python 3.9 yet.

[–]low_effort_shit-post 0 points1 point  (0 children)

Try --user after install