Skip to content

piglatin module not available after pip installation #1

@AaronRobson

Description

@AaronRobson

It would appear that the piglatin.py file is not included in the python package available from pypi, this is the results of attempting to use it on my machine:

aaron@earl:~$ pip3 install pig-latin
Collecting pig-latin
  Downloading https://files.pythonhosted.org/packages/63/10/dd4a26dfdf83ec61e9b9ca57faa3f49e944b75a804af979aa6a0d2253698/pig_latin-0.1.4-py3-none-any.whl
Installing collected packages: pig-latin
Successfully installed pig-latin-0.1.4
aaron@earl:~$ python3
Python 3.6.8 (default, Oct  7 2019, 12:59:55) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import piglatin
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'piglatin'
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions