-
Notifications
You must be signed in to change notification settings - Fork 28
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
Not able to setup the project locally on windows 10 #153
Comments
@bhavukkalra Thanks for your interest in the Python SDK 🙂 Here are the steps I would suggest to setup the project locally:
Running the |
Hey thanks for an impromptu reply. Here are the steps I did now
DEPRECATION: lark-parser is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559 DEPRECATION: lxml is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559 Error -
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. (I am going to search up on this issue) |
@bhavukkalra What version of Python are you running? Since the |
I am currently on I did a little bit of digging by myself and got to know that https://bugs.launchpad.net/lxml/+bug/1969912 It was suggested by most of the folks that python 3.11 is unstable with the Result - Also changed the Now worked without any import errors as well. I believe those were all the setup steps? @t1m0thyj If yes, we can close this issue. [Also I know it is not a priority right now (I got this from the contribution guidelines) |
@bhavukkalra Please feel free to open a pull request against the |
Thanks for giving the "go ahead" at it Timothy. On it! Opening another Issue to track the progress of the Docs and closing this one! |
I was trying to setup the project locally on a windows 10 machine. These are the steps that I took so far
Edit the build.sh file and replace
python3
with python and ran it in git bash.Result
- The file executed successfully with no errorsMake a
test.py
file and write this codefrom zowe.zos_console_for_zowe_sdk import Console
I am getting this error -
"from zowe.zos_console_for_zowe_sdk import Console
ModuleNotFoundError: No module named 'zowe'"
Note - I am running the file from the same environment as of running the
bash
fileWas there something wrong with my installation? Did I miss any steps?
cc - @t1m0thyj
The text was updated successfully, but these errors were encountered: