Python Forum
rdkit installed but not imorted
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rdkit installed but not imorted
#9
I can not import rdkit but I can import os:

(my-rdkit-env) C:\Users\Lars>py
Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdkit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'rdkit'

>>> import os
>>> os.getcwd()
'C:\\Users\\Lars'
>>>
Reply


Messages In This Thread
rdkit installed but not imorted - by Sigurd - Oct-05-2020, 03:37 PM
RE: rdkit installed but not imorted - by buran - Oct-05-2020, 03:52 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-05-2020, 04:10 PM
RE: rdkit installed but not imorted - by buran - Oct-05-2020, 04:16 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-05-2020, 04:29 PM
RE: rdkit installed but not imorted - by buran - Oct-05-2020, 04:36 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-05-2020, 04:49 PM
RE: rdkit installed but not imorted - by buran - Oct-05-2020, 05:00 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-05-2020, 05:23 PM
RE: rdkit installed but not imorted - by buran - Oct-05-2020, 05:24 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-05-2020, 05:35 PM
RE: rdkit installed but not imorted - by Sigurd - Oct-06-2020, 01:52 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020