Closed saragracelien closed 1 year ago
The >=3.10
in the error message means you will need to use python 3.10 or a higher version for the project.
Use
conda create -n myenv python=3.10
And it should do the job.
So I did conda create -n myenv python=3.10
but it did not work. Everytime I checked the version using python3 --version
it kept showing Python 3.9.6
since I was using VS code, I found that if I changed the interpreter path and restarted VS code it finally worked.
Are these the same steps you followed?
(base) $ conda create -n myenv python=3.10
(base) $ conda activate myenv
(myenv) $ python --version
Note how base
turns into myenv
upon activating the environment.
Hello! I would like to work on this
You are free to work on it @Lioncat2002, but we can't assign it to you until you are a full contributor as per #contributing-guide in discord.
Ahh cool @mmirman So I was thinking of possible solution for this, and a simple one would be to make a bash script ig? The users can directly run the script to get the repository work.
What's the goal of this issue?
@VictorOdede Is this issue solved?
max.schulkin@gmail.com
I was trying to install Anarchy but faced some issues with the Python version.
I tried
conda create -n myenv python=3.9.6
but it did not work.