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

Package name "art" has already been taken on pypi #830

Open
InterferencePattern opened this issue Jan 8, 2021 · 1 comment
Open

Package name "art" has already been taken on pypi #830

InterferencePattern opened this issue Jan 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@InterferencePattern
Copy link

Describe the bug
Installation in python environment where the art package is already installed causes a conflict. art has already been in use for the other package since 2017, and this collision makes it difficult to install both in the same virtual environment.

To Reproduce
Steps to reproduce the behavior:

  1. pip install art
  2. pip install adversarial-robustness-toolbox
  3. In python: import art
  4. Whichever package has been installed last is loaded

Expected behavior
The other module would be loaded.

System information (please complete the following information):

  • OS: UNIX
  • Python version: 3.7
  • ART version or commit number: 1.5
@beat-buesser
Copy link
Collaborator

beat-buesser commented Jan 8, 2021

Hi @jimbudarz Thank you very much for pointing this out, I was not aware of this package art which seems quite useful.

We'll probably have to change the module name from art to adversarial-robustness-toolbox and advise users to use import adversarial-robustness-toolbox as art for backward compatibility and update imports accordingly.

@beat-buesser beat-buesser added the enhancement New feature or request label Jan 8, 2021
@beat-buesser beat-buesser added this to the ART v1.6.0 milestone Jan 8, 2021
@beat-buesser beat-buesser modified the milestones: ART 1.6.0, ART 1.7.0 Feb 23, 2021
@beat-buesser beat-buesser modified the milestones: ART 1.7.0, ART 1.8.0 May 24, 2021
@beat-buesser beat-buesser modified the milestones: ART 1.8.0, ART 1.9.0 Aug 24, 2021
@beat-buesser beat-buesser modified the milestones: ART 1.9.0, ART 1.10 Nov 20, 2021
@beat-buesser beat-buesser modified the milestones: ART 1.10, ART 1.11 Mar 8, 2022
@beat-buesser beat-buesser removed this from the ART 1.11.0 milestone Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants