|
|
|
|
|
by mmh0000
874 days ago
|
|
I really dislike Python. This is a clean install of Python straight from the Python developers in a clean container. And it doesn't work. I figured I must need "points" so I pip-installed that. Feels like every time I try to use Python, stupid, incomprehensible errors such as this occur: ``` root@1623eb794014:/# ./tri.py
Traceback (most recent call last):
File "//./tri.py", line 6, in <module>
from points import Point, Block
ImportError: cannot import name 'Point' from 'points'
(/usr/local/lib/python3.12/site-packages/points/__init__.py)
``` |
|
[1] https://pypi.org/project/points