Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Dev > Pro Tools Scripting SDK Toolkit
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-27-2023, 10:54 AM
RRabien RRabien is offline
Member
 
Join Date: Jan 2023
Location: Victoria, BC
Posts: 5
Default Build errors on Windows: Conan

Code:
Error loading conanfile at 'C:\Users\rolan\.conan\data\nasm\2.15.05\_\_\export\conanfile.py': Current Conan version (1.54.0) does not satisfy the defined one (>=1.56.0).
Getting the following error, but I've installed the latest conan.
Reply With Quote
  #2  
Old 02-03-2023, 12:04 PM
vkrapyvin's Avatar
vkrapyvin vkrapyvin is offline
Avid
 
Join Date: Dec 2022
Location: Ukraine
Posts: 3
Default Re: Build errors on Windows: Conan

Hi, RRabien!
Thanks for reporting this. We are working on the fix but one thing you can try is setting the conan version to 1.56.0 or later in the config/requirements.txt file.
This should override installed conan to the required version.
Reply With Quote
  #3  
Old 02-06-2023, 10:07 AM
swappl swappl is offline
Member
 
Join Date: Feb 2023
Location: Cologne, Germany
Posts: 7
Default Re: Build errors on Windows: Conan

Same error here on WIN.

Already updated the version vom 1.54.0 to 1.56.0 (and also tried 1.55.0) with no luck...

Results in compile error:

Code:
...

    run_build_method(conanfile, self._hook_manager, reference=pref.ref, package_id=pref.id)
  File "C:\Users\-USERNAME-\Downloads\PTSL_SDK_CPP.2022.12.1.0.547041\PTSL_SDK_CPP\config\.venv\Lib\site-packages\conans\client\conanfile\build.py", line 15, in run_build_method
    with conanfile_exception_formatter(str(conanfile), "build"):
  File "C:\Users\-USERNAME-\AppData\Local\Programs\Python\Python311\Lib\contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "C:\Users\-USERNAME-\Downloads\PTSL_SDK_CPP.2022.12.1.0.547041\PTSL_SDK_CPP\config\.venv\Lib\site-packages\conans\errors.py", line 44, in conanfile_exception_formatter
    raise ConanExceptionInUserConanfileMethod(msg)
conans.errors.ConanExceptionInUserConanfileMethod: openssl/1.1.1n: Error in build() method, line 762
        self._make()
while calling '_make', line 702
        self._run_make()
while calling '_run_make', line 657
        self.run(" ".join(command), win_bash=self._win_bash)
        ConanException: Error 2 while executing nmake
...
Please let us know if there is a fix available.

Thank you,
Steffen
Attached Images
File Type: jpg error.jpg (84.8 KB, 0 views)
Reply With Quote
  #4  
Old 02-16-2023, 09:58 AM
Farid M's Avatar
Farid M Farid M is offline
Avid
 
Join Date: Jan 2023
Location: Ukraine, Kyiv
Posts: 11
Default Re: Build errors on Windows: Conan

Hello.
I can suggest the next troubleshooting steps that can be performed in an attempt to fix any Conan issues:
  1. Clear conan cache at <usr>/.conan/data/ and try to rebuild. This step essentially deletes all of the PTSL dependencies that have been downloaded already to your local Conan cache.
  2. Update the Conan version in the Config/requirements.txt to the latest one. This should be done by replacing this file with a new one. All of the next steps should be done in the same folder. Step-by-step guide:
  • Rename the existing requirements.txt file to something else.
  • python -m venv .venv - create a virtual env to store new dependencies.
  • source .venv/bin/activate - to enter a venv.
  • pip install conan - install latest Conan from PyPi.
  • pip install cmake==3.25.0 - install cmake.
  • pip freeze > requirements.txt - to export new requirements.txt file.
Please, let us know if any of this helps!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Build jauk FireWire & USB Audio Interfaces (Win) 4 03-17-2014 05:23 PM
Conan talkes about Final Cut Pro dr sound Post - Surround - Video 6 06-27-2011 09:53 AM
Errors 9129, 6085, 9092 Intel i7 build JasonStatham8 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Win) 16 08-05-2009 04:54 PM
Conan O'brien & Andy Richter record ADR for anime. JWalkerVS Post - Surround - Video 7 08-01-2009 04:32 PM
Conan O'Brien: Foley Ryan Young General Discussion 12 06-13-2009 12:43 AM


All times are GMT -7. The time now is 09:01 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com