Relative Content

Tag Archive for pythonpippackageconda

FastHTML: failing to install with pip

Running Zed 0.146.5 on macOS Sonoma 14.5. When trying to install the package “python-fasthtml” with pip with the following line: pip install python-fasthtml and importing with: from fasthtml.common import * I receive the traceback: File “/Users/********/Documents/fastHTML/index.py”, line 1, in <module> from fasthtml.common import * ModuleNotFoundError: No module named ‘fasthtml’ When I re-run the pip install […]