-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels