You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, I just tried installing it to use with Python 3.8.10 , and it fails:
c:\>pip install html2phpbbcode
Collecting html2phpbbcode
Downloading html2phpbbcode-0.1.4-py3-none-any.whl (5.9 kB)
Collecting regex
Downloading regex-2022.10.31-cp38-cp38-win32.whl (255 kB)
---------------------------------------- 255.8/255.8 kB 629.6 kB/s eta 0:00:00
Collecting html2bbcode
Downloading html2bbcode-2.3.3.tar.gz (3.3 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
x python setup.py egg_info did not run successfully.
¦ exit code: 1
?-> [1 lines of output]
error in html2bbcode setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
x Encountered error while generating package metadata.
?-> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Cheers,
The text was updated successfully, but these errors were encountered:
Hello,
FWIW, I just tried installing it to use with Python 3.8.10 , and it fails:
Cheers,
The text was updated successfully, but these errors were encountered: