You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./pandalearning.py", line 17
SyntaxError: Non-ASCII character '\xe6' in file ./pandalearning.py on line 17, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
root@raspberrypi:/home/pi/Downloads/Panda-Learning-master/Source Packages# python3 ./pandalearning.py
Traceback (most recent call last):
File "./pandalearning.py", line 6, in
from pdlearn import dingding
File "/home/pi/Downloads/Panda-Learning-master/Source Packages/pdlearn/dingding.py", line 2, in
from pdlearn import mydriver
File "/home/pi/Downloads/Panda-Learning-master/Source Packages/pdlearn/mydriver.py", line 1, in
from selenium import webdriver
ImportError: No module named 'selenium'
The text was updated successfully, but these errors were encountered:
File "./pandalearning.py", line 17
SyntaxError: Non-ASCII character '\xe6' in file ./pandalearning.py on line 17, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
root@raspberrypi:/home/pi/Downloads/Panda-Learning-master/Source Packages# python3 ./pandalearning.py
Traceback (most recent call last):
File "./pandalearning.py", line 6, in
from pdlearn import dingding
File "/home/pi/Downloads/Panda-Learning-master/Source Packages/pdlearn/dingding.py", line 2, in
from pdlearn import mydriver
File "/home/pi/Downloads/Panda-Learning-master/Source Packages/pdlearn/mydriver.py", line 1, in
from selenium import webdriver
ImportError: No module named 'selenium'
The text was updated successfully, but these errors were encountered: