Python Pandas - Missing required dependencies ['numpy'] 1

前端 未结 28 2466
清歌不尽
清歌不尽 2020-11-27 16:32

Since yesterday I\'ve had this error when I try to import packages on anaconda :

ImportError: Missing required dependencies [\'numpy\']

I have t

28条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 16:55

    If you're running your program on PyCharm on Windows, there is a known bug, because PyCharm simply doesn't add env-related paths to PATH.

    The issue is fixed in the 2019.1 Early Access Preview (EAP) build.

    For me installing the EAP fixed the issue.

提交回复
热议问题