Getting started problem on Mac Ventura, Xcode CLI Tools, "ModuleNotFoundError: No module named 'scalene.crdp'" #542
-
Hello, I'm trying to run the test/testme.py on macOS 13.1 (arm64-architecture/Apple Silicon) with Apple's pip3/python 3.9.6 from the Xcode Command Line Tools, and not succeeding after multiple attempts, with or without sudo:
Any pointers would be appreciated! (Homebrew is not my friend, so I stay away from it 😅) |
Beta Was this translation helpful? Give feedback.
Answered by
emeryberger
Jan 10, 2023
Replies: 1 comment 2 replies
-
Hi - you don't need to (and shouldn't) clone the repo if all you want to do is run Scalene. You should be able to just do this:
I recommend you run your code in a different directory than the repo. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
emeryberger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi - you don't need to (and shouldn't) clone the repo if all you want to do is run Scalene. You should be able to just do this:
I recommend you run your code in a different directory than the repo.