Hello, I am facing an error while running the pyth...
# ieee-sscs-dc-24
i
Hello, I am facing an error while running the python3 test_glayout.py script, could anyone help?
e
you need to downgrade numpy. I think it was 1.23.5 not sure but I remembered that if it was the wrong one (too low) it said the one required
i
ok
t
python3.10 -m pip install "numpy<2.0.0" you can fix your problems by using it
i
is this the command ?
sudo python3.10 -m pip install "numpy<2.0.0" this way ?
t
yepp
i
i checked python version, my python version is 3.12.3, shall i run the same command ?
i tried, it is showing command not found
t
you can replace 3.10 by 3.12 . This cmd is sudo python3.12 -m pip install "numpy<2.0.0"
i
Its displaying this error
t
u use this cmd in here
message has been deleted
i
message has been deleted
Done it worked with python3.10 only
1
thank you I able to run python test file.