-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[🐛 BUG] Problem of intercompability between environment Docker/Un*x and Windows for path #2261
Comments
The data nodes inheriting from |
@FlorianJacta is the problem with the path to the csv file? I.E. you try to read the datanode and it can't because it can't find the file? Can you provide the example to test the issue? |
@joaoandre-avaiga @jrobinAV I have updated the description! |
Thank you! I will be submiting a PR with the fix today. |
I am unable to test the fix as I get an error when I try to install 4.0.2.dev0
|
When using |
Tested with 4.0.2.dev0 and had no issues |
All right! Super. So, we can backport it into 4.0 release branch. |
Fixed in 4.0.2.dev2 |
What went wrong? 🤔
First, create a storage folder, ".taipy", built when running Taipy with Windows.
Then, try to run your code in a Linux-based Docker with this ".taipy".
This will create an issue for File Based Datanodes.
Expected Behavior
This should work on all supported versions of Taipy.
How to reproduce
Dockerfile
src/requirements.txt
src/main.py
Go into
src
and run the main.py locally (Windows) with :This will create the
.taipy
anduser_data
folders inside of src.Then, go in the root folder and build and run the docker:
docker build -t issue2261 . docker run -it -p 5000:5000issue2261
Here is the error raised:
Version of Taipy
4.0.1
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: