-
Notifications
You must be signed in to change notification settings - Fork 54
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
Running demo on Windows #62
Comments
The demo is not running on Windows out of the box. The existing command The prerequisites stay the same. People have to have Python3 (along with pip) installed, have downloaded Docker Desktop and launched it in the background. The necessary adjustments to get it running on Windows are:
|
To make life easier, I am going to "translate" all of the scripts so it is readable by windows system. The main problem came from windows used Currently I am working on a branch for this ^^ |
It seems like we need extra |
After discussing with @IritaSee, we found that the Instead of having For example, you can execute a command in a shell environment using this syntax:
To change the working directory, you can use |
Hi all, I have encountered a different issue also relates to Window. I'm merely touching the surface of this great project. Here is some issues I ran into while installing with this command: My spec: I will have the whole stderr pasted here.
Within the virtualenv, it shows pip show setuptools
Name: setuptools
Version: 60.6.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /home/lance/opensource/kuwala/venv/lib/python3.10/site-packages
Requires:
Required-by: ckanapi, pyinstaller |
Hello @Lance0404 ! Thank you for trying and we are sorry for the inconvenience. As it for now, we are still trying our best to solve every Windows OS related issue with #70 . Since the pull request is not ready yet, we encourage you to run So after that, we adapt a bit to the change, means we need to run: |
Hi @IritaSee , tried but results the same. |
Hello!
I found that if you run the demo using this line
On docker desktop for Windows, it founds an error:
I assume that the bash script is not fully compatible with Windows filesystem... Any idea for this?
Thank you ^^
The text was updated successfully, but these errors were encountered: