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
**python setup.py egg_info did not run successfully.
exit code: 1
[6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\rifqi\AppData\Local\Temp\pip-install-_1czefaf\pycocotools_9daa4d172f17450abb7a45f42c63e18b\PythonAPI\setup.py", line 2, in
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
[end of output]**
using windows 11 is there any alternative, or maybe can someone explain what are usage for this line ?
The text was updated successfully, but these errors were encountered:
i cant doing this line of command
pip3 install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
i got this error
**python setup.py egg_info did not run successfully.
exit code: 1
[6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\rifqi\AppData\Local\Temp\pip-install-_1czefaf\pycocotools_9daa4d172f17450abb7a45f42c63e18b\PythonAPI\setup.py", line 2, in
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
[end of output]**
using windows 11 is there any alternative, or maybe can someone explain what are usage for this line ?
The text was updated successfully, but these errors were encountered: