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
hey
have just checked out your repo
have ran poetry install and then done a pip install -e . in a new conda env
I am getting this
are you using some specific c++ libraries?
kind regards
Building wheels for collected packages: financial-chat, pyimgur
Building editable for financial-chat (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building editable for financial-chat (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [28 lines of output]
Traceback (most recent call last):
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 389, in
main()
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 303, in build_editable
return hook(wheel_directory, config_settings, metadata_directory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\api.py", line 82, in build_editable
return WheelBuilder.make_in(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 91, in make_in
wb.build(target_dir=directory)
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 125, in build
self._add_pth(zip_file)
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 154, in _add_pth
for include in self._module.includes:
^^^^^^^^^^^^
File "C:\Users\Marco\envs\financial-ai\Lib\functools.py", line 1001, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\builder.py", line 60, in _module
return Module(
^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\utils\module.py", line 68, in init
raise ModuleOrPackageNotFoundError(
poetry.core.masonry.utils.module.ModuleOrPackageNotFoundError: No file/folder found for package financial-chat
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building editable for financial-chat
Building wheel for pyimgur (setup.py) ... done
Created wheel for pyimgur: filename=pyimgur-0.6.0-py3-none-any.whl size=32466 sha256=7126d0a2cc988258469d61c7e9690a8f52920bf2bf44e90e587fa6c367b2c0e3
Stored in directory: c:\users\marco an
The text was updated successfully, but these errors were encountered:
hey
have just checked out your repo
have ran poetry install and then done a pip install -e . in a new conda env
I am getting this
are you using some specific c++ libraries?
kind regards
Building wheels for collected packages: financial-chat, pyimgur
Building editable for financial-chat (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building editable for financial-chat (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [28 lines of output]
Traceback (most recent call last):
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 389, in
main()
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco\envs\financial-ai\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 303, in build_editable
return hook(wheel_directory, config_settings, metadata_directory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\api.py", line 82, in build_editable
return WheelBuilder.make_in(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 91, in make_in
wb.build(target_dir=directory)
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 125, in build
self._add_pth(zip_file)
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\wheel.py", line 154, in _add_pth
for include in self._module.includes:
^^^^^^^^^^^^
File "C:\Users\Marco\envs\financial-ai\Lib\functools.py", line 1001, in get
val = self.func(instance)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\builders\builder.py", line 60, in _module
return Module(
^^^^^^^
File "C:\Users\Marco And Sofia\AppData\Local\Temp\pip-build-env-azt297qx\overlay\Lib\site-packages\poetry\core\masonry\utils\module.py", line 68, in init
raise ModuleOrPackageNotFoundError(
poetry.core.masonry.utils.module.ModuleOrPackageNotFoundError: No file/folder found for package financial-chat
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building editable for financial-chat
Building wheel for pyimgur (setup.py) ... done
Created wheel for pyimgur: filename=pyimgur-0.6.0-py3-none-any.whl size=32466 sha256=7126d0a2cc988258469d61c7e9690a8f52920bf2bf44e90e587fa6c367b2c0e3
Stored in directory: c:\users\marco an
The text was updated successfully, but these errors were encountered: