Replies: 1 comment 7 replies
-
Use Python 3.9 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am on Mac Big Sur 11.2.3
python 3 is set as my default version.
I get a warning code when I use
pip3 install -r requirements.txt
"WARNING: deepdiff 5.2.3 does not provide the extra 'murmur'"
All other requirements are satisfied.
Also, when I try
python start_ofd.py
I get:
"Traceback (most recent call last):
File "/Users/User/Downloads/OnlyFans-6.4.2/start_ofd.py", line 2, in
import tests.main_test as main_test
File "/Users/User/Downloads/OnlyFans-6.4.2/tests/main_test.py", line 12
if python_version < 3.9.2:
^
SyntaxError: invalid syntax"
Anyone got any advice?
Beta Was this translation helpful? Give feedback.
All reactions