Error when running crosshair on MacOS, python3.9 #149
samuelchassot
started this conversation in
General
Replies: 1 comment 2 replies
-
Oh, this is quite a thing. At one level, it's "just" a missing import. in I'm guessing that on some platforms/environments (including when we run our tests), something else imports importlib.resources beforehand so that it happens to work even though the import in this file isn't right. I'll push a fix in a few moments - please hold! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @pschanely! I hope you're doing great!
When I try to use Crosshair on my machine (MacOS 12.0.1), installed through pip3, I get this error:
Today, I setup the environment for developing on a fork (to do our coverage stuff) following this: https://crosshair.readthedocs.io/en/latest/contributing.html#contributing
and even with the virtual environment I get the same error.
This error does not occur on my Docker on Ubuntu.
Do you have any idea of where this can come from?
Thanks in advance!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions