Skip to content

pip install uvatradier results in ModuleNotFoundError #19

@Enuratique

Description

@Enuratique

I do my Python development in an official Python 3 docker image. I have a RUN command to pip install my dependencies.

I can confirm uvatradier is installed by running the pip show uvatradier command:

root@ubuntu:/script# pip show uvatradier
Name: uvatradier
Version: 0.2.1
Summary: wahoowah
Home-page: https://github.com/thammo4/uvatradier
Author: tom hammons
Author-email: 
License: 
Location: /usr/local/lib/python3.9/dist-packages
Requires: 
Required-by: 

I do this for all of my dependencies and there isn't an issue. However, when I have this import statement, it raises a ModuleNotFoundError: uvatradier:

from uvatradier import Quotes

Is uvatradier somehow not compatible with Python3?

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