Skip to content

Correct arduino-iot-cloud package name in installation command #1188

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

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Correct arduino-iot-cloud package name in installation command #1188

merged 1 commit into from
Aug 6, 2023

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 15, 2023

Arduino provides an Arduino IoT Cloud client Python package to allow interfacing with Arduino IoT Cloud objects from a Python script.

The documentation for the package includes a command that can be used to install the package on the host PC. Previously, the command used an incorrect name for the package, which caused the command to fail:

$ pip install arduino-iot-cloud-py
ERROR: Could not find a version that satisfies the requirement arduino-iot-cloud-py (from versions: none)
ERROR: No matching distribution found for arduino-iot-cloud-py

What This PR Changes

Correct the package name in the installation command:

https://pypi.org/project/arduino-iot-cloud/

pip install arduino-iot-cloud

Contribution Guidelines

Additional Context

Originally reported at:

@per1234 per1234 added bug Something isn't working arduino Bugs and fixes added by the Arduino Team labels Jul 15, 2023
@per1234 per1234 requested a review from karlsoderby July 15, 2023 21:00
Arduino provides a Arduino IoT Cloud client Python package to allow interfacing with Arduino IoT Cloud objects from a
Python script.

The documentation for the package includes a command that can be used to install the package on the host PC. Previously,
the command used an incorrect name for the package, which caused the command to fail:

```
$ pip install arduino-iot-cloud-py
ERROR: Could not find a version that satisfies the requirement arduino-iot-cloud-py (from versions: none)
ERROR: No matching distribution found for arduino-iot-cloud-py
```

The package name in the installation command is hereby corrected.
@per1234 per1234 changed the title Correct arduino_iot_cloud package name in installation command Correct arduino-iot-cloud package name in installation command Jul 21, 2023
@per1234 per1234 requested a review from sebromero August 4, 2023 05:54
Copy link
Contributor

@sebromero sebromero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sebromero sebromero merged commit 3715f13 into arduino:main Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Bugs and fixes added by the Arduino Team bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants