Skip to content
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

cadnano not running after pip3 install #192

Open
kebron1 opened this issue Feb 18, 2022 · 1 comment
Open

cadnano not running after pip3 install #192

kebron1 opened this issue Feb 18, 2022 · 1 comment

Comments

@kebron1
Copy link

kebron1 commented Feb 18, 2022

Python version 3.9.7
OS Windows 11
Installed through Jupyter terminal
Installation goes fine but when trying to run "cadnano" from command line, returns error:

"Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\Scripts\cadnano-script.py", line 33, in
sys.exit(load_entry_point('cadnano==2.5.2.1', 'console_scripts', 'cadnano')())
File "C:\ProgramData\Anaconda3\lib\site-packages\cadnano\bin\main.py", line 36, in main
app = initAppWithGui(argv, do_exec=False)
File "C:\ProgramData\Anaconda3\lib\site-packages\cadnano_init_.py", line 60, in initAppWithGui
from cadnano.cadnanoqt import CadnanoQt
File "C:\ProgramData\Anaconda3\lib\site-packages\cadnano\cadnanoqt.py", line 21, in
from PyQt5.QtCore import (
ImportError: DLL load failed while importing QtCore: The specified procedure could not be found."

@blackwellbert
Copy link

I am having a similar issue on Windows 10. I can only run version 2.4.7 not 2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants