Home › Forums › FABRIC General Questions and Discussion › Importing the plugins
- This topic has 6 replies, 3 voices, and was last updated 1 year, 9 months ago by Paul Ruth.
-
AuthorPosts
-
January 28, 2023 at 11:54 am #3677
When I try to import plugins to use the storage
from plugins import Plugins
It gives me the following error. Any help would be appreciated.
ModuleNotFoundError: No module named 'plugins'
January 28, 2023 at 12:35 pm #3678Hi,
Could you please try to use the following notebook as indicated on
jupyter-examples-rel1.4.1/start_here.ipynb
?Persistent Storage: Connect to your project’s persisent storage volume.
Thanks,
KomalJanuary 28, 2023 at 12:41 pm #3679Thank you I am still unable to run the experiment with the following error:
Exception: Failed to submit slice: Status.FAILURE, (500) Reason: INTERNAL SERVER ERROR HTTP response headers: HTTPHeaderDict({'Server': 'nginx/1.21.6', 'Date': 'Sat, 28 Jan 2023 17:39:55 GMT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '311', 'Connection': 'keep-alive', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Headers': 'DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization', 'Access-Control-Allow-Methods': 'GET, POST, PUT, PATCH, DELETE, OPTIONS', 'Access-Control-Allow-Origin': '*', 'Access-Control-Expose-Headers': 'Content-Length, Content-Range, X-Error', 'X-Error': 'PDP Authorization check failed - Policy Violation: Your project is lacking Component.Storage tag to provision a VM with attached storage.'}) HTTP response body: b'{\n "errors": [\n {\n "details": "PDP Authorization check failed - Policy Violation: Your project is lacking Component.Storage tag to provision a VM with attached storage.",\n "message": "Internal Server Error"\n }\n ],\n "size": 1,\n "status": 500,\n "type": "error"\n}'
January 28, 2023 at 12:43 pm #3680Looks like your project doesn’t have permissions for the Persistent Storage.
You would need to requestComponent.Storage
permissions and persistent storage from the Portal by going to the Contact Us tab.Thanks
KomalJanuary 28, 2023 at 12:45 pm #3681Yesterday our project received confirmation that the volumes are created. How should I proceed?
Volumes are created on FABRIC-UTAH, FABRIC-TACC, FABRIC-STAR, FABRIC-MICH, FABRIC-FIU with the following information on all sites.
- This reply was modified 1 year, 9 months ago by Arash SARABI.
January 30, 2023 at 8:01 am #3686Could you please verify from the Portal, that project for which storage volumes were created has the Tag: Component.Storage available? Also, Please make sure you are using the same project ID in JH.
If your project does not have the tag: Component.Storage, Please raise a request to enable that for your project.
January 30, 2023 at 10:08 am #3692@Arash: Try again now.
-
AuthorPosts
- You must be logged in to reply to this topic.