Git Product home page Git Product logo

Comments (31)

iboeth avatar iboeth commented on June 13, 2024 1

Oh! There is no bug today! Thanks!!
But there is still a problem with "extensions", as you see below...

A99948CF-05FC-4F8C-898B-CBABBE3599EE

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

Sorry, the instructions are lagging behind the changing situation ... Can you try with the stable version?

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

I've just tested latest stable on mac, and it is broken. Let me look into this.

image

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

The stable version does not allow me extracting my "Segmentations", painted in the tumors.

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

Thanks for your feedback. I would be happy if you would find the mistake!

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

I don't know why this is happening, but some dependency packages are not available. Can you try opening python console

image

and then running the following commands in the console:

slicer.util.pip_install('pywavelets')
slicer.util.pip_install('python-dateutil')

and then try to use the module again after restarting Slicer (stable version)?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

EDAD7877-E1D2-4D08-8E9D-89DF18D3D4BC
When I opened python console, this appears and I cannot follow your instructions...

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

yes - can paste these two lines, one at a time, into that window, and hit "Enter"?

slicer.util.pip_install('pywavelets')
slicer.util.pip_install('python-dateutil')

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

Okay, so I did.

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

Can you now restart Slicer, and see if the module works for you, or let me know what does not work?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

A260D3DE-9A58-4F53-9995-E19D7108AA92
I restarted and this happened... I´m so sorry for the circumstances...

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

what messages do you see after you enter slicer.util.pip_install('pywavelets') and hit "Enter" in the python console?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

Uploading B07B55E2-C4E5-45D7-BDDE-C0A8039DE0D4.jpeg…

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

@iboeth something went wrong in your upload in the previous post.

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

B07B55E2-C4E5-45D7-BDDE-C0A8039DE0D4

Next try.

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

I recently starteted 3D-Slicer again and this appeared. Perhaps it helps...
F6207460-0144-439B-B275-A51C88C9C42E

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

Can I use an old version to avoid this bug?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

In my opinion, the "oldest" version is 4.11.
I restarted this version of 3D-Slicer the last days, but it did not work...

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

Try to use python?

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

can it work now?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

No, it ist still the same.
I searched for "Radiomics" and the following happened:

6AE8150F-6EEC-4F0F-AF84-925AFF961080

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

Now, can it work?And Is there a solution for the problem?

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

9B0D2FA1-9709-464C-9122-2EF6C5FC1B72
5FC4CDE4-688B-45BA-943F-D5431ABFBA20
This is the current status. The extention "Radiomics" is also still mapped differently than on the Windows system, but I do not know if that matters...

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

@LiDelight can you open the python interactor, and run the following two commands there? The issue is in the missing dependency packages, and when I did what I am suggesting here on mac, this resolved the problem for me.

slicer.util.pip_install('pywavelets')
slicer.util.pip_install('python-dateutil')

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

WeChat6d605c15659b243662ff07d878d22707

() I think the code is usefull for me. slicer.util.pip_install('pywavelets') slicer.util.pip_install('python-dateutil') and it has run successfully to install, but!!! then I restart the slicer, there is a so long bug information, and I don't know how to do. crying wuwuuwu~

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

@fedorov: The Link is usefull for me, too! It seems that my problems are solved!! Thank you so much!!

from slicerradiomics.

LiDelight avatar LiDelight commented on June 13, 2024

OMG, it work, now. I install the stable version of 3D slicer. 淦!

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

It is me again...
Using the ruler shows no measure of my ROI. What am I doing wrong?
F9BA3F25-CD6C-49A7-B824-2F9303AC35B7

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

Please use Slicer forum for questions about Slicer https://discourse.slicer.org.

from slicerradiomics.

iboeth avatar iboeth commented on June 13, 2024

Thank you!!

from slicerradiomics.

fedorov avatar fedorov commented on June 13, 2024

Yesterday I added a fix to check for missing modules and install if they are not present. Please check the latest stable build and let us know if the issue is not resolved.

from slicerradiomics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.