-
Notifications
You must be signed in to change notification settings - Fork 15
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
Importing the yarppg package is not working/taking too long #23
Comments
What version of Python are you using? Which OS? Have you tried re-installing the package? |
Macos Python 3.10.1. Yes, I have tried reinstalling. |
Unfortunately, I am struggling to reproduce the problem. Importing yarppg works for me on an M3 mac with Python3.10.. If you could find out, which import inside yarppg blocks for you we can maybe figure it out. Also, have you tried it inside a fresh virtual environment? |
When I tried it in a fresh environment it worked. This is because I am using this within the context of other code as well, so there is probably a dependency issue happening. Could you tell me which of these dependencies could be problematic from the other code? Repo 1: Repo 2: |
great to hear that the issue was just in the environment. |
Any way you can give me a list of all the packages and/or versions required for yarppg? |
This works for me on Windows (Python 3.11)
Full environment:
|
I am trying to use yarppg as a package, and I did all the instructions to install the package locally.
I have attached my code below. Basically, it prints "hello" once and then stops for like 5 mins (didn't wait longer than that), meaning it is stuck when importing yarppg. Also, just a note: it was working before. But that was like a few weeks ago, but now when I am running the same program, this issue is happening. How can I fix or debug this?
The text was updated successfully, but these errors were encountered: