-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
keras-io build failed on windows 10 #16229
Comments
@Suzan009 , |
@tilakrayal I don't need to build keras itself but the keras-io, here is the repo. https://github.com/keras-team/keras-io |
@Suzan009 , |
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you. |
@tilakrayal don't you understand the plain English text that I've written here? Please assign someone else if you can't. |
@gadagashwini I have already installed tensorflow. Sorry, why did you think that it might be a tensorflow issue like this? Here is the thing that I did git clone https://github.com/keras-team/keras-io.git
activate tensorflow2.7
pip install -r requirements.txt
cd scripts
python autogen.py make Please follow the above commands. As I said when I run |
@Suzan009, I tried the steps
If you are looking for keras installation,
The above error looks more related to Anaconda. Try it on different virtual environment without Anaconda package. |
I am on windows 10. Do you think it's related to OS? I also create a new and fresh environment, but when I ran the following command, I just faced the above-mentioned error. It looks like the windows path
I will try again with your approach. |
@Suzan009, |
@gadagashwini unfortunately no. I am still facing that issue. I am using windows 10. Python version 3.9 (also test on 3.7, 3.8). Not to mention, I even re-install windows itself just to get rid of this silly issue. No change :( When I run the following script, it just gives the
Searching the error took me these type of SO questions: https://stackoverflow.com/questions/58328587/python-3-7-4-re-error-bad-escape-s-at-position-0 |
@Suzan009, I couldn’t reproduce the issue on MAC OS and Linux machine. |
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you. |
@Suzan009 I haven't tried personally setting up Keras-io in windows but I would suggest you to try using windows subsystem Linux (WSL) to setup Keras-io if you think it a windows OS issue. They have also provided the docker image and if you have docker installed in your system you can always use that which will help remove all the installation and setup headaches. |
@mitul01 Even if I did use docker, I also need to run Using WSL is a good suggestion, but I really don't need it for any other stuff. So, I'm not willing to do that unless it's necessary to do so. |
Just wanted to do a f*ng contribution in the code example. I would try another round to setup it up from fresh windows. If it goes well, fine. Otherwise, I'll close this issue. |
@Suzan009, |
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you. |
@gadagashwini |
@mitul01 I tried to use WSL. But after running the following command
it gave
Not sure what to do next, so I ignored that.
|
@Suzan009 |
Hi @Suzan009,
|
give up contributing to keras-io. |
@mitul01 @gadagashwini Is it also not supposed to work on Colab? |
Posted here, no response.
I tried to buikd keras-io on windows 10 machine.
But when I run
python autogen.py make
The text was updated successfully, but these errors were encountered: