1

I wanted to install a statistics package called pmdarima. I used

pip install pmdarima

I received the error message:

ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: ‘C:\Programs\Miniconda3_x64\jup369\Lib\site-packages\numpy\conftest.py

but I saw the file conftest.py in that directory!

Does anyone know what this error means?

vimuth
  • 5,064
  • 33
  • 79
  • 116

1 Answers1

0

It looks like your path might be too long. See this link to question 54778630 for details. Try installing to a folder with a shorter path. Here is another guide that offers some more things to try.

David
  • 1
  • 4
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 17 '22 at 17:15