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

requirements.txt get from dev branch not typescript now its merged #3

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

Jordan-Hall
Copy link
Contributor

Believe this fixes #1 as I had same issue and now its working with these changes. The error before the change:

(venv) C:\dev\clients\madetech\gov_uk_dash_components>pip install -r requirements.txt     
Collecting dash[dev]
  Cloning https://github.com/plotly/dash.git (to revision typescript-component-generator) to c:\users\libert~1\appdata\local\temp\pip-install-7c_agz67\dash_11e4957ed35f4091bdc101aef9930efe
  Running command git clone --filter=blob:none --quiet https://github.com/plotly/dash.git 'C:\Users\LIBERT~1\AppData\Local\Temp\pip-install-7c_agz67\dash_11e4957ed35f4091bdc101aef9930efe'
  hint: core.useBuiltinFSMonitor will be deprecated soon; use core.fsmonitor instead
  hint: Disable this message with "git config advice.useCoreFSMonitorConfig false"
  WARNING: Did not find branch or tag 'typescript-component-generator', assuming revision or ref.
  Running command git checkout -q typescript-component-generator
  hint: core.useBuiltinFSMonitor will be deprecated soon; use core.fsmonitor instead
  hint: Disable this message with "git config advice.useCoreFSMonitorConfig false"
  error: pathspec 'typescript-component-generator' did not match any file(s) known to git
  error: subprocess-exited-with-error
  
  × git checkout -q typescript-component-generator did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git checkout -q typescript-component-generator did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Copy link
Collaborator

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

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

💃 Thank you

@T4rk1n T4rk1n merged commit 9d9d665 into plotly:master Apr 29, 2022
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.

Python class not being generated
2 participants