Jump to content

coronavs

Members
  • Posts

    4
  • Joined

  • Last visited

coronavs's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. As I am understanding right, you are describing that the gcc is incompatible with CentOs version that is currently on? Is there any way to work on virtual environment? that would fix the issue. In regards to the option you offer: unfortunately, there is no way to work without tensorflow at the moment while the latter option can't be considered, thank you.
  2. Thank you Krydos. I can see them now installed in the list you mentioned. Although, I am having trouble in the imports. For instance, in the first line of the imports I have tensorflow but the server returns the following: Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@coronavs.heliohost.org to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. But this is happening for all of the modules I requested to be installed. When I comment out the imports the app works so I am sure is something wrong with that. However, I've tested locally and it works fine. My app runs from the public_html/flask folder. Do you have any idea why this is happening? Thank you
  3. Hi, thank you for your response. I can see some of the modules are already installed on Johnny's. Although, It would be certainly needed to install the following: Flask-Uploads==0.2.1 Keras==2.4.3 Keras-Preprocessing==1.1.2 opencv-python==4.3.0.36 Pillow==7.2.0 (update) scikit-learn==0.23.1 scipy==1.4.1 (update) h5py==2.10.0 tensorboard-plugin-wit==1.7.0 tensorflow==2.2.0 tensorflow-addons==0.10.0 kiwisolver==1.2.0 (update) opt-einsum==3.2.1 requests==2.24.0(update) Thank you for your assistance in this matter
  4. Hi, I have developed a web app in Flask that uses machine learning libraries such as Tensorflow, Keras, Scipy etc that need to be installed on the server in order to work. I followed the tutorial for flask on the gitbook but it is not enough as I need to install additional libraries. I hosted on Johnny server and currently I receive http 500 error. I have attached the requirement txt file for further detail about the packages. Could someone help me install these libraries or if it is any other way to run it? Thank you in advance. requirements.txt
×
×
  • Create New...