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

Import issues, cannot import name 'append_configs' from 'cadCAD.configuration' #1

Open
le-dawg opened this issue Jul 5, 2021 · 0 comments

Comments

@le-dawg
Copy link

le-dawg commented Jul 5, 2021

I have run into this for a few weeks now and prevents me from running this in the default configuration.

Environment is Windows 10, Anaconda recent with venv activated.

In some cases, this becomes a problem right at the beginning from cadCAD.configuration import *.

**Manual import works - until: **
name 'append_configs' is not defined when attempting to execute the simulation.

Instantiating Experiment() with

testex = Experiment()
testex.append_configs(...)

uncovers a deeper issue with networkx (see other issue)

Is this a potential root cause?

`import sys
sys.path.append("../../venv/lib/python3.7/site-packages")`

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

1 participant