ln2sql icon indicating copy to clipboard operation
ln2sql copied to clipboard

pip3 package doesn't work

Open frods opened this issue 6 years ago • 1 comments

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?

frods avatar Oct 29 '18 15:10 frods

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

jpbourhis avatar Nov 09 '18 21:11 jpbourhis