-
Notifications
You must be signed in to change notification settings - Fork 5
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
ModuleNotFoundError: No module named 'petrel_client' #35
Comments
Hi, You can delete or comment anything related to "petrel" such as: Line 16 in 6aae798
This is an optional package used to load data. The code will also work without this package. |
こんにちは、Clientに関する箇所を編集したら、別のエラーにたどり着きました Hi, I edited the part about Client and got to another error `***************************************** /root/miniconda3/envs/upop/lib/python3.8/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory |
Hi, Torch 1.x is recommended. Line 76 in 6aae798
|
Thank you. |
こんにちは
UPopをCLIPで適用しようとすると
ModuleNotFoundError: No module named 'petrel_client'
のようなエラーが出ます.
自分なりにはclipディレクトリにpetrel_clientディレクトリが無いためエラーが出ていると考えています.
ただし,自分はまだ初学者で間違えている可能性もあるので知識のある方にアドバイスと解決策を教えていただきたいです
よろしくお願いします
以下に自分のclipディレクトリとエラー文を添付します
Hello.
When I try to apply UPop with CLIP, I get
ModuleNotFoundError: No module named 'petrel_client'
I think the error is because there is no petrel_client directory in the CLIP directory.
I think the error is because there is no petrel_client directory in the clip directory.
However, I am still a beginner, and there is a possibility that I am wrong, so I would like to get advice and solutions from someone with knowledge.
Thank you in advance.
I have attached my clip directory and the error text below.
您好。
当我尝试用 CLIP 应用 UPop 时
模块未找到错误:没有名为 “petrel_client ”的模块
我收到类似 “ModuleNotFoundError: No module named ‘petrel_client’”的错误。
我认为这个错误是因为在 clip 目录中没有 petrel_client 目录。
不过,我还是个初学者,可能会出错,所以我希望能从有知识的人那里获得建议和解决方案。
提前感谢您的帮助。
我将剪辑目录和错误文本附在下面。
The text was updated successfully, but these errors were encountered: