Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda-forge contains old version #213

Closed
steffen-fissler opened this issue Nov 2, 2023 · 1 comment
Closed

Conda-forge contains old version #213

steffen-fissler opened this issue Nov 2, 2023 · 1 comment

Comments

@steffen-fissler
Copy link

Dear developers,
thanks for all the work you put into TDC!

Describe the bug
When installing PyTDC via pip, one gets 0.4.1. Via conda-forge one gets 0.3.8:
With 0.3.8 in a Python console in terminal
from tdc import Oracle
oracle = Oracle(name = 'QED')
leads to
ImportError: cannot import name 'rmsd' from 'tdc.chem_utils.oracle.oracle' (/Users/<my_user>/opt/miniconda3/envs/<my_environment>/lib/python3.11/site-packages/tdc/chem_utils/oracle/oracle.py)

This is not the case with version 0.4.1, but that is not available on conda-forge.

Furthermore, is there any changelog available? I could not find one and the deployments do not seem to provide details about releases.

To Reproduce
Steps to reproduce the behavior:

  1. Open a terminal
  2. Enter python in an environment which has PyTDC installed via conda-forge
  3. Enter from tdc import Oracle
  4. Enter oracle = Oracle(name = 'QED')
  5. See error ImportError: cannot import name 'rmsd' from 'tdc.chem_utils.oracle.oracle' (/Users/<my_user>/opt/miniconda3/envs/<my_environment>/lib/python3.11/site-packages/tdc/chem_utils/oracle/oracle.py)

Expected behavior
Basically having version 0.4.1 installed when using conda-forge. In the procedure we propose, a conda channel is necessary and we cannot use pip unfortunately.

Screenshots
Not applicable

Environment:

  • OS: MacOS
  • Python version: 3.11
  • TDC version: 0.3.8
  • Any other relevant information: No

Additional context
Thanks again for your contributions! I am grateful.

Best regards
Steffen

@amva13
Copy link
Member

amva13 commented Sep 7, 2024

Hi Steffen, the conda installation of TDC is deprecated.

@amva13 amva13 closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants