Skip to content

pip3 package doesn't work #54

@frods

Description

@frods

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions