Skip to content

Fix typo in open3d version specification#2

Open
akgamerz790 wants to merge 1 commit intoarmlabstanford:mainfrom
akgamerz790:fix-open3d-typo
Open

Fix typo in open3d version specification#2
akgamerz790 wants to merge 1 commit intoarmlabstanford:mainfrom
akgamerz790:fix-open3d-typo

Conversation

@akgamerz790
Copy link

Description

Fixed a typo in requirements.txt that was preventing users from installing dependencies.

Changes

  • Fixed invalid version format from open3d==.0.17.0 to open3d==0.17.0
  • Removed the leading dot that was causing pip installation errors

Problem Solved

Users were getting "Invalid requirement" errors when running pip install -r requirements.txt due to the malformed version specification.

Testing

✅ Verified the corrected version format follows standard pip versioning
✅ Confirmed open3d 0.17.0 exists on PyPI

This is a simple but critical fix that unblocks project setup for new contributors and users.

Fixed invalid version format from 'open3d==.0.17.0' to 'open3d==0.17.0'
This resolves pip installation errors caused by the leading dot in the version number.
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

Successfully merging this pull request may close these issues.

1 participant