FS#69390 - [hy] Missing dependency
Attached to Project:
Community Packages
Opened by usao (usao) - Thursday, 21 January 2021, 06:41 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 26 January 2021, 22:11 GMT
Opened by usao (usao) - Thursday, 21 January 2021, 06:41 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 26 January 2021, 22:11 GMT
|
Details
Description:
Dependency of python-clint has been replaced by python-colorama since 0.18.0. See https://github.com/hylang/hy/blob/master/NEWS.rst. |
This task depends upon
Closed by Morten Linderud (Foxboron)
Tuesday, 26 January 2021, 22:11 GMT
Reason for closing: Fixed
Additional comments about closing: 0.20.0-1
Tuesday, 26 January 2021, 22:11 GMT
Reason for closing: Fixed
Additional comments about closing: 0.20.0-1
Try to import hy in python or run hy directly:
Traceback (most recent call last):
File "/usr/bin/hy", line 8, in <module>
from hy.cmdline import hy_main
File "/usr/lib/python3.9/site-packages/hy/__init__.py", line 18, in <module>
from hy.models import HyExpression, HyInteger, HyKeyword, HyComplex, HyString, HyBytes, HySymbol, HyFloat, HyDict, HyList, HySet # NOQA
File "/usr/lib/python3.9/site-packages/hy/models.py", line 9, in <module>
from hy.errors import HyWrapperError
File "/usr/lib/python3.9/site-packages/hy/errors.py", line 12, in <module>
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'