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
In the README, the docs says to run pip install dist/schematicpy-1.0.0-py3-none-any.whl, which fails.
To Reproduce
Steps to reproduce the behavior:
(.venv) vscode@a348f83e716d:/workspaces/btc-data-models/tmp/data_curator/schematic$ poetry buildBuilding schematicpy (22.3.2) - Building sdist - Built schematicpy-22.3.2.tar.gz - Building wheel - Built schematicpy-22.3.2-py3-none-any.whl(.venv) vscode@a348f83e716d:/workspaces/btc-data-models/tmp/data_curator/schematic$ pip install dist/schematicpy-1.0.0-py3-none-any.whlWARNING: Requirement 'dist/schematicpy-1.0.0-py3-none-any.whl' looks like a filename, but the file does not existProcessing ./dist/schematicpy-1.0.0-py3-none-any.whlERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/workspaces/btc-data-models/tmp/data_curator/schematic/dist/schematicpy-1.0.0-py3-none-any.whl'
The error occurs because of the mismatched version of Schematic built and the version that the docs ask to install.
MiekoHash
changed the title
Update Schematic Setup docs with current Schematic version
In JIRA: Update Schematic Setup docs with current Schematic version
May 23, 2023
Describe the bug
In the README, the docs says to run
pip install dist/schematicpy-1.0.0-py3-none-any.whl
, which fails.To Reproduce
Steps to reproduce the behavior:
The error occurs because of the mismatched version of Schematic built and the version that the docs ask to install.
Expected behavior
The command should be:
pip install dist/schematicpy-22.3.2-py3-none-any.whl
Priority (select one)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (if applicable, please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: