ModuleNotFoundError:没有名为“ gffpandas”的模块

时间:2019-08-26 03:42:10

标签: python import python-import importerror

尽管我安装了以下库,但无法使用它:

$ pip3 install gffpandas
Requirement already satisfied: gffpandas in /usr/local/lib/python3.7/site-packages (1.2.0)
$ python
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 14:38:56) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import gffpandas.gffpandas as gffpd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'gffpandas'

我想念什么?

先谢谢您

0 个答案:

没有答案