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?
When installing the package for python3 it installs successfully
but module can't be loaded
and the package is empty
Is this expected to be working? If so how is it meant to be used?