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

pip3 package doesn't work #54

Open
frods opened this issue Oct 29, 2018 · 1 comment
Open

pip3 package doesn't work #54

frods opened this issue Oct 29, 2018 · 1 comment

Comments

@frods
Copy link

frods commented Oct 29, 2018

When installing the package for python3 it installs successfully

$ pip3 install ln2sql
Collecting ln2sql
Installing collected packages: ln2sql
Successfully installed ln2sql-0.1

but module can't be loaded

$ python -m ln2sql
venv/bin/python: No module named ln2sq

and the package is empty

$ ls -a venv/lib/python3.7/site-packages/ln2sql-0.1.dist-info/
.		INSTALLER	RECORD		top_level.txt
..		METADATA	WHEEL

Is this expected to be working? If so how is it meant to be used?

@jpbourhis
Copy link

I tried different python version, only 2.7.15 works well
You still have to download some packages, and modify also the code by replace MySQLdb by pymysql

Some packages you will need:

Pip install numpy
Pip install FAKER

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

No branches or pull requests

3 participants