-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Issues with caravel command (Windows 10) #333
Issues with caravel command (Windows 10) #333
Comments
Try |
thanks, i had to drill down to the bin directory:
once i was there the python command worked as it should. much appreciated. |
I had the same issue on win 10. Seems the |
The setup.py should be switched from using "scripts" to using automatic script creation via entry_points. I have tried it locally, but not going to open a PR. maybe someone from the core team can implement the fix. |
Here's how I solved it: Go to the installation folder (in my case): and type: |
I too was having problems with this, but as @dmenin mentioned, I was able to navigate into I'm stuck here though, it runs a bunch of flask_appbuilder.base commands and stalls out on
|
I cannot install caravel on my windows system. Please let me know how would we do it? |
@bmogili-involve which error? Hope this helps |
Went into my installation folder Got this message: Any ideas on this? |
@JoeBrody |
I don't think there's much actionable here, closing. |
I spent two days to solve sasl depency problem on Windows. If anyone had the same problem, please refer to this link: http://stackoverflow.com/questions/26505882/unable-to-install-sasl-0-1-3-python-package-on-windows-machine |
modify cli.py method(runserver) modify debug to True
|
Isn't it the same as running |
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](airbnb/visx@v0.0.192...v0.0.193) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](airbnb/visx@v0.0.192...v0.0.193) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](airbnb/visx@v0.0.192...v0.0.193) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](airbnb/visx@v0.0.192...v0.0.193) Signed-off-by: dependabot-preview[bot] <[email protected]>
Has anyone had success running caravel from the command prompt on Windows 10? I was able to run the installation successfully with pip but could not initialize the database. The command prompt gives the error below, unrecognized command. I verified the environmental variables had the correct path. I changed the caravel script file to a .exe so that I could run it at the command prompt. I received an error (below) stating the file was not compatible with a 64 bit system. Has anyone had success with this phase of the installation in Windows?
C:>caravel db upgrade
'caravel' is not recognized as an internal or external command,
operable program or batch file.
C:>caravel db upgrade
This version of C:\Users\Work Station\Anaconda3\Scripts\caravel is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
The text was updated successfully, but these errors were encountered: