I've made a game called Knife hit (based on the real game) using the application of Python, but here's the problem: there's an error:
Repl.it: Updating package configuration
--> python3 -m poetry lock
Updating dependencies
Resolving dependencies...
[SolverProblemError]
The current project's Python requirement (^3.8) is not compatible with some of the required packages Python requirement:
- arcade requires Python >=3.6,<3.10
Because arcade (2.5.6) requires Python >=3.6,<3.10
and no versions of arcade match >2.5.6,<3.0.0, arcade is forbidden.
So, because repl-python3-beta-atom depends on arcade (^2.5.6), version solving failed.
exit status 1
Repl.it: Package operation failed.
It always shows this.
Also, you need to run these 2 lines of code in the shell:
First: cd knifehit Then: python main.py
Can someone help me out with this?
I've made a game called Knife hit (based on the real game) using the application of Python, but here's the problem: there's an error:
It always shows this.
Also, you need to run these 2 lines of code in the shell:
First:
cd knifehit
Then:
python main.py
SOMEONE PLS HELP ME