numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
254 stars 85 forks source link

No module named 'Cython' #2271

Closed Yash-Pisat closed 2 months ago

Yash-Pisat commented 2 months ago

Whenever I am trying to compile the code by running do.py file. I get this error:

An exception occurred while trying to install packages.

A common reason for this error is insufficient access rights to the installation directory. The original exception message is as follows:

/----------------------------< EXCEPTION MESSAGE >----------------------------\ | | | NOTE: Using Cython to build interface. | | Traceback (most recent call last): | | File "/Users/yash.pisat/Desktop/COCO/coco/code-experiments/build/python/s | | etup.py", line 30, in | | from Cython.Distutils import build_ext | | ModuleNotFoundError: No module named 'Cython' | -----------------------------------------------------------------------------/

To fix an access rights issue, you may try the following:

Yash-Pisat commented 2 months ago

I have solved this issue! Thankyou