-
Notifications
You must be signed in to change notification settings - Fork 87
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
install-testplan-ui is missing with venv+pip install #861
Comments
Hi @havasd thanks for reporting. Let us look into this and get back to you ASAP. |
Additionally it seems I started to fix it a bit however after that I run into some dependency hell with npm packages. Browserslist: caniuse-lite is outdated. Please run: Here is a patch about my changes so far:
|
Sorry for the delayed reply @havasd . I downloaded https://github.com/morganstanley/testplan/archive/main.zip on my end and there is an install-testplan-ui script involved in the archive. Just to clarify is your concern that it is missing or that it misses the Concerning |
I was using the pip based steps: https://testplan.readthedocs.io/en/latest/getting_started.html#using-a-virtualenv |
My python version is 3.10.6.
I am trying to install testplan on my local environment. However during following the steps from here the install-testplan-ui script is missing. It seems like it didn't pull that file along with the pip package.
Additionally in the commands needs to be upgraded as the python3.7 package is deprecated also without python3-venv package the venv doesn't work properly.
So I had to use this command
sudo apt-get install python3 python3-pip python3-venv python-is-python3 rsync
I have added python-is-python3 as that simplifies the interpreters.
I presume missing the install-testplan-ui causes the interactive mode to fail.
The text was updated successfully, but these errors were encountered: