Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用树莓派,出现了以下错误。 #185

Closed
Linjianxuan opened this issue Apr 8, 2019 · 2 comments
Closed

用树莓派,出现了以下错误。 #185

Linjianxuan opened this issue Apr 8, 2019 · 2 comments

Comments

@Linjianxuan
Copy link

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'

@AthenaCN
Copy link
Contributor

AthenaCN commented Apr 8, 2019

selenium组件没装

pip3 install selenium

@WenhaoDaiCN
Copy link
Owner

树莓派问题 查看issue143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants