You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am having a problem during installation. Sorry if this question seems too naive.
I am using vscode combined with anaconda. In the VScode, I cloned the package and then create a conda environment.
When running this code pip install -e.[docs,tests,examples] from the top level directory of cloned neuromancer.
I got this error:
` register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`
It seems like one of the dependency is not working correctly?
The text was updated successfully, but these errors were encountered:
Hi,
I am having a problem during installation. Sorry if this question seems too naive.
I am using vscode combined with anaconda. In the VScode, I cloned the package and then create a conda environment.
When running this code
pip install -e.[docs,tests,examples]
from the top level directory of cloned neuromancer.I got this error:
` register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`
It seems like one of the dependency is not working correctly?
The text was updated successfully, but these errors were encountered: