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
I have tox configuration that I notice every time I change the package dependency I face up this issue. This is happen only for the first time running the same cli. My assumption is that the logic relay of some staff to be there and it's not.
Environment
Provide at least:
OS: windows10
Output of pip list of the host Python, where tox is installed
```consolepy39: recreate env because dependencies removed: Jinja2, XlsxWriter, openpyxlpy39: remove tox env folder C:\Users\Public\.tox\sdc\py39py39: create virtual environment via CPython3Windows(dest=C:\Users\Public\.tox\sdc\py39, clear=False, no_vcs_ignore=False, global=False)py39: add seed packages via FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\me\AppData\Local\pypa\virtualenv)py39: add activators for Bash, Batch, Fish, Nushell, PowerShell, Pythonpy39: internal errorTraceback (most recent call last): File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\api.py", line 249, in setup self._setup_with_env() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\runner.py", line 145, in _setup_with_env self._setup_pkg() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\runner.py", line 170, in _setup_pkg self._install(self._packages, RunToxEnv.__name__, "package") File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\api.py", line 94, in _install self.installer.install(arguments, section, of_type) File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\python\pip\pip_install.py", line 95, in install self._install_list_of_deps(arguments, section, of_type) File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\python\pip\pip_install.py", line 202, in _install_list_of_deps raise Recreate(msg) # pragma: no branchtox.tox_env.errors.Recreate: dependencies removed: Jinja2, XlsxWriter, openpyxlDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\session\cmd\run\single.py", line 47, in _evaluate tox_env.setup() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\api.py", line 255, in setup self._setup_with_env() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\runner.py", line 145, in _setup_with_env self._setup_pkg() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\runner.py", line 168, in _setup_pkg self._packages = self._build_packages() File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\python\runner.py", line 120, in _build_packages packages = package_env.perform_packaging(self.conf) File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\package.py", line 46, in _func return meth(*args, **kwargs) File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\tox_env\python\virtual_env\package\pyproject.py", line 260, in perform_packaging sdist = create_session_view(sdist, self._package_temp_path) File "C:\Users\me\Desktop\git\auto-spdx-generator\.venv\lib\site-packages\tox\util\file_view.py", line 35, in create_session_view shutil.copyfile(package, session_package) File "C:\Users\me\.pyenv\pyenv-win\versions\3.9.13\lib\shutil.py", line 264, in copyfile with open(src, 'rb') as fsrc:FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Public\\.tox\\sdc\\.pkg\\dist\\sdc-2.0.0a4.tar.gz'
Minimal example
This is the configuration that I used! To be mention that it's stored in pyproject.toml
Issue
I have tox configuration that I notice every time I change the package dependency I face up this issue. This is happen only for the first time running the same cli. My assumption is that the logic relay of some staff to be there and it's not.
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -v -p
Minimal example
This is the configuration that I used! To be mention that it's stored in
pyproject.toml
The text was updated successfully, but these errors were encountered: