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

wrong not can import #133

Open
1225358814 opened this issue Nov 26, 2017 · 1 comment
Open

wrong not can import #133

1225358814 opened this issue Nov 26, 2017 · 1 comment

Comments

@1225358814
Copy link

PS D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool> python .\IPProxy.py
Traceback (most recent call last):
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 13, in
from db.SqlHelper import SqlHelper as SqlHelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\SqlHelper.py", line 3, in
from sqlalchemy import Column, Integer, String, DateTime, Numeric, create_engine, VARCHAR
ImportError: No module named 'sqlalchemy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File ".\IPProxy.py", line 4, in
from api.apiServer import start_api_server
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\api\apiServer.py", line 9, in
from db.DataStore import sqlhelper
File "D:\workerspace\git\python\PhantomJS_and_selenium\IPProxyPool\db\DataStore.py", line 17, in
raise Con_DB_Fail
util.exception.Con_DB_Fail: <exception str() failed>

@1225358814
Copy link
Author

已经好了 pip3 install bitarray
如果这个无法安装 就去升级一下pip版本 python -m pip install --upgrade pip
或是升级在pycharm里升级 setuptool

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

1 participant