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

SyntaxError: invalid syntax #6

Open
BLPARMAR opened this issue Oct 28, 2024 · 1 comment
Open

SyntaxError: invalid syntax #6

BLPARMAR opened this issue Oct 28, 2024 · 1 comment

Comments

@BLPARMAR
Copy link

BLPARMAR commented Oct 28, 2024

As I go for the pytho DAEDserve.py step, this is the error I'm facing

**(DAEDALUS) C:\BHAGYESH PARMAR\TD COMPUTATIONAL\pyDAEDALUSX-win32-x64\pyDAEDALUS-master>python

pyDAEDALUS/DAEDserve.py

Traceback (most recent call last):
File "pyDAEDALUS/DAEDserve.py", line 8, in
from Automated_Design.DX_cage_design import DX_cage_design
File "C:\BHAGYESH PARMAR\TD COMPUTATIONAL\pyDAEDALUSX-win32-x64\pyDAEDALUS-master\pyDAEDALUS\Automated_Design\DX_cage_design.py", line 6, in
from Automated_Design.adj_scaf_nick_pos import adj_scaf_nick_pos,
File "C:\BHAGYESH PARMAR\TD COMPUTATIONAL\pyDAEDALUSX-win32-x64\pyDAEDALUS-master\pyDAEDALUS\Automated_Design\adj_scaf_nick_pos.py", line 3, in
from Automated_Design.util import intersect_lists
File "C:\BHAGYESH PARMAR\TD COMPUTATIONAL\pyDAEDALUSX-win32-x64\pyDAEDALUS-master\pyDAEDALUS\Automated_Design\util.py", line 1, in
import networkx as nx
File "C:\Users\parma.conda\envs\DAEDALUS\lib\site-packages\networkx_init_.py", line 98, in
import networkx.utils
File "C:\Users\parma.conda\envs\DAEDALUS\lib\site-packages\networkx\utils_init_.py", line 2, in
from networkx.utils.decorators import *
File "C:\Users\parma.conda\envs\DAEDALUS\lib\site-packages\networkx\utils\decorators.py", line 14, in
from decorator import decorator
File "C:\Users\parma.conda\envs\DAEDALUS\lib\site-packages\decorator.py", line 162
print('Error in generated code:', file=sys.stderr)
^

SyntaxError: invalid syntax**

@Sin-0202
Copy link

I had the same problem when I ran the code, did you solve it now?

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