Open anigno opened 1 week ago
Try only
activated of course, but even when installed. not found
what does pip list show
Hello, you can also run the following code to verify if the installation was successful:
import gradio as gr
print(gr.__version__)
This will display the successfully installed version of Gradio
i guess path env var point to other python and pip, so installation went there instead on anaconda folder. thanks
Dear friends, Using latest anaconda, over venv, installed using: pip install -e . and: pip install gradio spaces. but resulted: (D:\DEV\GIT\apps\OmniGen\env) D:\DEV\GIT\apps\OmniGen>python app.py Traceback (most recent call last): File "D:\DEV\GIT\apps\OmniGen\app.py", line 1, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'