joelle-o-world / pattern-cutting

pattern-cutting
2 stars 1 forks source link

Convert pattern_cutting into an installable package #4

Open daara-s opened 1 year ago

daara-s commented 1 year ago
daara-s commented 1 year ago

does running poetry install fix the issue?

joelle-o-world commented 1 year ago

Tried that, didn’t work. Do you get the same problem on your machine?

Sent from Proton Mail for iOS

On Sun, Nov 6, 2022 at 11:21, Daara @.***> wrote:

does running poetry install fix the issue?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

joelle-o-world commented 1 year ago

I wonder if we need to somehow tell jupyter nbconvert about the config you added to create a package?

daara-s commented 1 year ago

I tested it before PR without issue. maybe try either poetry update or poetry run ./run.sh

daara-s commented 1 year ago

maybe the #!/bin/bash is causing issue. Could try removing that and see what happens

daara-s commented 1 year ago

looking at the traceback, jupyter is being run from the pyenv location, so I think you need to run poetry shell in the library to activate the poetry virtualenv

daara-s commented 1 year ago

@joelle-o-world did you have much luck with the run.sh script?