question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Variable Dragging not working on osx

See original GitHub issue

I love this project. I can see myself using it constantly. It really fits a niche of working between spreadsheet and notebook. I actually think you could charge for this when it’s mature.

Running miniconda python on OSX Cataline, and when trying to plot, the variables won’t drag over. Let me know the best way to communicate my system state, and I can give you what you need.

Here’s my setup.

λ which python
/Users/rob/miniconda/envs/viz/bin/python
•_simbiz•[mac_pro][19:17:04]( master )[ ~/rob/repos/sales_ops ]
λ python --version
Python 3.6.8 :: Anaconda, Inc.
•_simbiz•[mac_pro][19:17:08]( master )[ ~/rob/repos/sales_ops ]
λ pip freeze | grep gui
pandasgui==0.2.4.3
λ pip freeze | grep -i pyqt
PyQt5==5.15.1
PyQt5-sip==12.8.1
PyQtWebEngine==5.15.1

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:20 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
robdmccommented, Oct 21, 2020

@adamerose I just updated to version pandasgui==0.2.5.1, and drag and drop appears to be working now. Thanks for the quick turn around. This issue can be closed as far as I’m concerned.

And thanks again for writing this.

1reaction
RyanMannixcommented, Oct 23, 2020

I don’t think the PyQt5 issues I had were related to pandasgui specifically. I think that only one library can be using it at the same time. If I understand it correctly, PyQt5 is what is bringing up the additional window, and, at least on macs, you can’t have 2 libraries imported at the same time that both use PyQt5 for this feature. And having them installed is fine as long as you don’t import them.

I did a quick test in a new env, and indeed importing both libraries causes the following error:

objc[50195]: Class QMacAutoReleasePoolTracker is implemented in both /path/to/env/env/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x11332b700) and /path/to/env/env/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x12b951178). One of the two will be used. Which one is undefined.
objc[50195]: Class QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE is implemented in both /path/to/env/env/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x11332b778) and /path/to/env/env/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x12b9511f0). One of the two will be used. Which one is undefined.
objc[50195]: Class KeyValueObserver is implemented in both /path/to/env/env/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x11332b7a0) and /path/to/env/env/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x12b951218). One of the two will be used. Which one is undefined.
objc[50195]: Class RunLoopModeTracker is implemented in both /path/to/env/env/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x11332b7f0) and /path/to/env/env/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x12b951268). One of the two will be used. Which one is undefined.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Here's what to do if drag and drop stops working on a Mac
Here's what to do if drag and drop stops working on a Mac ; Hardware; Software ; Press Command-Option-Escape. Select Finder. Click Relaunch....
Read more >
Drag and drop function not working. - Mac Support
Today, for no reason I can understand, my drag and drop function stopped working. I can't drag things (applications, documents, ...
Read more >
How to fix drag and drop not working on Mac - Setapp
What to do if drag and drop not working · Check your mouse and trackpad · Relaunch the Finder app · Restart your...
Read more >
Drag & Drop not working; mac Bluetooth ha…
Drag and Drop of text is not working using our Apple Magic Mouse on our iMac (macOS 10.12.3) in Safari , Apple Mail,...
Read more >
How to Fix Drag and Drop Not Working on Mac - Lifewire
Enable three-finger drag. Select Apple > System Preferences > Accessibility > Pointer Control > Trackpad Options > Enable dragging and then ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found