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

Can't install requirements (FileNotFoundError) #38

Open
Kipp4563 opened this issue Oct 20, 2023 · 1 comment
Open

Can't install requirements (FileNotFoundError) #38

Kipp4563 opened this issue Oct 20, 2023 · 1 comment

Comments

@Kipp4563
Copy link

I get this error message when I'm trying to install the requirements
Python: Traceback (most recent call last):
File "C:\Users\Vera\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\operators\csc_ops.py", line 39, in execute
commands_path = os.path.join(ch.commands_path, "externals")
File "C:\Users\Vera\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\utils\csc_handling.py", line 41, in commands_path
with open(commands_config, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\programme\cascadeur\resources\settings.ini'

I'f tried coping the files manually, but that didn't do anything.
for me the "settings.ini" file that can't be found is a .json file
image

Steps to reproduce the behavior:

  1. Install Blender 3.6
  2. Install Cascadeur 2023.2
  3. Install add-on 1.0.0
  4. Install requirements

Environment:

  • OS: Windows 10
  • Blender version: 3.6.
  • Cascadeur version2023.2
@arcsikex
Copy link
Owner

Thank you for your report. There were changes with Cascadeur 2023.2. I just created a new release with the fixes for this version:
https://github.com/arcsikex/cascadeur_bridge/releases/tag/1.0.1

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

2 participants