You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyWavelets
hi
I try to install pywavelets on colab but I get error. can anyone help me
!pip install pywavelets
import pywavelets
Requirement already satisfied: pywavelets in /usr/local/lib/python3.7/dist-packages (1.1.1)
Requirement already satisfied: numpy>=1.13.3 in /usr/local/lib/python3.7/dist-packages (from pywavelets) (1.19.5)
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-2-42d9983c936a> in <module>()
1 get_ipython().system('pip install pywavelets')
----> 2 import pywavelets
ModuleNotFoundError: No module named 'pywavelets'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Tea Fuelled
unread,
Oct 19, 2021, 8:50:02 AM10/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message