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

Module name inconsistency prevents completion of package installation #1

Closed
ahmadnagib opened this issue Apr 14, 2020 · 0 comments
Closed

Comments

@ahmadnagib
Copy link

Following the second step of the installation instructions -described in the Getting Started section- results in: ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

The installer can not find a directory that has the name wireless_suite as noticed in: error: package directory 'wireless_suite' does not exist, preventing the completion of the installation process.

Taking a look at

packages=['wireless_suite'],

, it can be noticed that the module name used in setup.py is inconsistent with the original directory's name. It needs to be changed to wireless instead of wireless_suite in the line of code previewed above.

Note: Tested on a Windows 10 machine via Anaconda Prompt!

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