pip3 package doesn't work
frods opened this issue · 1 comments
frods commented
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 commented
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