You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to upload a driver for the AS7343 spectral sensor fails with the error:
The user 'pimoroni' isn't allowed to upload to project 'AS7343'
I can't see any evidence that an AS7343 library exists or has ever existed, but this name is very close to our driver for the AS7262. These are meaningfully different sensors, however, requiring individual libraries.
As near as I can tell, there is no existing owner? I can only guess we're failing a similarity check- though that strikes me as strange because there are at least a few similar device names for which we already have libraries-
For some reason the package as7343 cannot be uploaded to pypi,
I attempted to resolve this with pypi/support#3556
Stick a pimoroni- prefix in front of the package name to "fix" this.
Worth noting also that test accepted this package, if blocking this name is correct behaviour then it should probably happen there too? - https://test.pypi.org/project/as7343/0.0.1/
Gadgetoid
added a commit
to pimoroni/as7343-python
that referenced
this issue
Apr 11, 2024
For some reason the package as7343 cannot be uploaded to pypi,
I attempted to resolve this with pypi/support#3556
Stick a pimoroni- prefix in front of the package name to "fix" this.
Project to be claimed
as7343
: https://pypi.org/project/as7343Your PyPI username
pimoroni
: https://pypi.org/user/pimoroniReasons for the request
Attempting to upload a driver for the AS7343 spectral sensor fails with the error:
I can't see any evidence that an AS7343 library exists or has ever existed, but this name is very close to our driver for the AS7262. These are meaningfully different sensors, however, requiring individual libraries.
Maintenance or replacement?
Replacement
Source code repositories URLs
Code for our AS7262 driver - https://github.com/pimoroni/as7262-python
And for our AS7343 driver - https://github.com/pimoroni/as7343-python
Contact and additional research
As near as I can tell, there is no existing owner? I can only guess we're failing a similarity check- though that strikes me as strange because there are at least a few similar device names for which we already have libraries-
https://pypi.org/search/?q=bmp280
https://pypi.org/search/?q=drv8833
https://pypi.org/search/?q=vl53l1cx
Code of Conduct
The text was updated successfully, but these errors were encountered: