Olá!
Utilizei o comando:
pip install OpenCobolIDE
E obtive o erro inicial:
Building wheels for collected packages: OpenCobolIDE
Running setup.py bdist_wheel for OpenCobolIDE ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hx42333j/OpenCobolIDE/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpih_pvu6wpip-wheel- --python-tag cp37:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-hx42333j/OpenCobolIDE/setup.py", line 61, in <module>
raise RuntimeError("This setup.py does not support wheels")
RuntimeError: This setup.py does not support wheels
----------------------------------------
Failed building wheel for OpenCobolIDE
E depois no final:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hx42333j/OpenCobolIDE/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dh_3phvl-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-hx42333j/OpenCobolIDE/
Alguém saberia me dizer como resolver isso?
Obrigado!